Julio Sánchez
0bdee9f99a
Reworked rel_es.py as evolution of some uncompleted code for 3.2 that never made it to svn
...
svn: r20340
2012-09-06 10:09:38 +00:00
Benny Malengier
aab1e24b32
GTK3: convert get_dest_row_at_pos function
...
svn: r20338
2012-09-06 09:02:36 +00:00
Benny Malengier
6ff34a87ee
Feature Fanchart: allow box color based on age. This enables coloring based on other scales also
...
svn: r20336
2012-09-05 23:59:18 +00:00
John Ralls
d8ccf0de9b
Bug 4310: Ancestry>Pedigree View is largely broken with Gtk-OSX
...
Don't retain a reference to the CairoContext by setting self.context (or
self.cairocontext). That context is invalidated on the return from the
handler anyway with a context.restore(), so there's no benefit to
keeping it around.
svn: r20335
2012-09-05 21:16:45 +00:00
Benny Malengier
09806437b8
Fanchart: allow reorder of background combo, default color as gradient
...
svn: r20334
2012-09-05 18:36:15 +00:00
Benny Malengier
0250908e2a
Fix some tabs in the source code
...
svn: r20333
2012-09-05 18:17:41 +00:00
Peter Landgren
e2d684ebdb
Three .py were missing.
...
svn: r20332
2012-09-05 14:39:59 +00:00
Benny Malengier
bccc6f4d75
Fanchart: a single function to compute box and font color
...
svn: r20331
2012-09-05 08:32:11 +00:00
Benny Malengier
781cdcb6f4
Fanchart: nice gradient when used based on hsv
...
svn: r20330
2012-09-04 20:44:24 +00:00
Benny Malengier
4379726f75
Fanchart Feature, allow gradient. Must be changed to HSV values, and white text if needed
...
svn: r20329
2012-09-04 20:10:42 +00:00
Peter Landgren
d95af110e8
Fixed a typo.
...
svn: r20325
2012-09-04 14:40:13 +00:00
Benny Malengier
d14bdeb262
6014: Citation view crash
...
svn: r20324
2012-09-04 11:35:37 +00:00
Benny Malengier
1b09094916
Feature Fanchart: allow to set font type used in graph
...
svn: r20322
2012-09-03 22:38:45 +00:00
Benny Malengier
9321422b48
Feature Fanchart:
...
1. radial text in later generation
2. correct positioning for all fonts
3 adapting size of font to box height
svn: r20321
2012-09-03 22:09:47 +00:00
Julio Sánchez
beed421150
Forward ported 3.4 svn changes
...
svn: r20320
2012-09-03 18:44:07 +00:00
Benny Malengier
6de280afb5
Fanchart feature: drag and drop person in center or gen 0 to goto this person
...
svn: r20319
2012-09-03 09:01:34 +00:00
Peter Landgren
eebcec8cc2
Fix graphviz 2.28.0 and multiple pages.
...
svn: r20318
2012-09-03 08:53:49 +00:00
Benny Malengier
87a5da6135
Fanchart: New feature, a childring can be added to indicate the children
...
This prepares drag and drop to move, so will allow fast navigation
svn: r20314
2012-09-02 14:10:11 +00:00
Benny Malengier
5f74964ec5
GTK3: convert glade files of merge to correct expand
...
svn: r20313
2012-09-02 11:38:53 +00:00
Benny Malengier
9734eba3ca
GTK3: convert merge person dialog
...
svn: r20312
2012-09-02 10:24:19 +00:00
Serge Noiraud
6a9cb1694e
Geography : solved the get_degrees and get_bbox python calls. ( osmgpsmap changes )
...
svn: r20311
2012-09-02 09:11:55 +00:00
Benny Malengier
9b42432844
Correct query for osmgpsmap. glib import removed, is not used
...
svn: r20310
2012-09-02 09:08:31 +00:00
Serge Noiraud
14c05dcba3
Geography : gramps --version reports unknown version.
...
svn: r20309
2012-09-02 08:01:55 +00:00
Benny Malengier
c86f383122
Refractor so common base fan chart gramplet and view are shared
...
Fan chart view allows now configuration: max generation to set, 4 color schemes
svn: r20307
2012-09-01 15:13:44 +00:00
Benny Malengier
455d077c2c
Fanchartview: activate the bookmarks menu
...
svn: r20306
2012-09-01 10:46:47 +00:00
Benny Malengier
c233adcd64
Addition of a print action on the fanchart
...
svn: r20305
2012-09-01 10:11:07 +00:00
Benny Malengier
86c4e407e9
GTK3: conversion of method custom
...
svn: r20304
2012-09-01 09:45:48 +00:00
Benny Malengier
7d96db40ed
Gender stats are wrong on some imports. Added tool to rebuild the gender statistics
...
svn: r20302
2012-08-31 13:35:14 +00:00
Benny Malengier
6a76f51f75
GTK3: enable double click to edit person in descendant browser
...
svn: r20301
2012-08-31 11:06:34 +00:00
Benny Malengier
43b2d6831a
GTK3: correct link colors in linktag for all gramplets
...
svn: r20300
2012-08-31 09:36:56 +00:00
Gary Burton
5f469a7948
GTK3 fix. Fix pack_start and pack_end issues in quick backup dialog
...
svn: r20299
2012-08-30 22:31:13 +00:00
Benny Malengier
8126eb8f51
Avoid crash on no database loaded when moving to listviews. Unset previous model on change db
...
svn: r20298
2012-08-30 22:01:54 +00:00
Gary Burton
5bcef2615a
GTK3 fix. Fix cursor positioning bug on adding and editing in name display editor
...
svn: r20297
2012-08-30 21:12:45 +00:00
Benny Malengier
2527c24014
GTK3: errors in callbacks when changing family trees.
...
This was very hard to debug, the signalling at the moment seems inconsistent.
Committing this patch now to avoid problems testing further
svn: r20296
2012-08-30 21:05:00 +00:00
Benny Malengier
8c092746f0
Fanchart should be redrawn empty if database changes to nothing
...
svn: r20295
2012-08-30 20:46:21 +00:00
Benny Malengier
cc58908d34
GTK3: adjustment value via get and set
...
svn: r20294
2012-08-30 20:34:42 +00:00
Benny Malengier
2ed067932e
GTK3: obtain window via get_window -- this caused strange errors...
...
svn: r20293
2012-08-30 20:19:21 +00:00
Benny Malengier
527ac4be59
Fix bug in trunk that prevents rename of family trees
...
svn: r20292
2012-08-30 17:58:34 +00:00
Benny Malengier
0847d42cd4
5061: enhancement of the FanChart plugin (patch)
...
* more generations
* attempt to scale font down if not fitting
* empty boxes not print option
* style for every generation
svn: r20291
2012-08-30 13:25:10 +00:00
Benny Malengier
3d473d7062
3442: Fan chart report might use ReportUtils.get_birth_or_fallback and get_death_or_fallback for years
...
svn: r20289
2012-08-30 10:23:52 +00:00
Benny Malengier
39dba1ffd0
GTK3: working print preview
...
svn: r20288
2012-08-30 09:40:17 +00:00
Benny Malengier
8dc900e046
Improvements in fanchartwidget, fixed to use as gramplet, preparation for a config dialog
...
svn: r20287
2012-08-30 08:56:09 +00:00
Serge Noiraud
232e76520e
Geography : gtk3 migration. several corrections.
...
svn: r20286
2012-08-29 22:13:09 +00:00
Benny Malengier
e1a53fe353
GTK3: convert print things
...
svn: r20285
2012-08-29 17:46:58 +00:00
Benny Malengier
c87bbda04e
GTK3: request sufficient width for scrolledview in styleeditor
...
svn: r20284
2012-08-29 17:23:59 +00:00
Benny Malengier
97a7b690ac
GTK3: pdf out conversion, avoid segfault in pdf report write,
...
svn: r20283
2012-08-29 12:58:22 +00:00
Benny Malengier
6536b74a59
GTK3: avoid crash in style editor
...
svn: r20282
2012-08-29 12:53:36 +00:00
Benny Malengier
185883c0ab
Avoid show of errordialog if osmgpsmap is not present.
...
No need to check GTK, GTK3 is required for GUI
svn: r20281
2012-08-29 10:03:17 +00:00
Serge Noiraud
6227383508
Geography : first try for gobject introspection. partial map, no zoom, no menu, ...
...
svn: r20280
2012-08-28 20:30:31 +00:00
Jérôme Rapinat
fe38fb66fc
#5991 : typo on docstrings; crash was already fixed by Doug on rev19498...
...
svn: r20279
2012-08-28 17:53:04 +00:00