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
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
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
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
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
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
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
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
97a7b690ac
GTK3: pdf out conversion, avoid segfault in pdf report write,
...
svn: r20283
2012-08-29 12:58:22 +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
Benny Malengier
f9f9109072
Needed single place where colors boxes are defined, have put it in config, with a color tab in
...
preferences
svn: r20258
2012-08-23 21:19:55 +00:00
Benny Malengier
869777a651
GTK3: working fanchart gramplet. moved reused part to gui.widgets
...
svn: r20252
2012-08-22 15:50:34 +00:00
Benny Malengier
e42a90f3b1
GTK3: converted fanchart, added tooltip over a person.
...
svn: r20251
2012-08-22 15:24:26 +00:00
Benny Malengier
908d287477
GTK3: set correct back/forward icons
...
svn: r20250
2012-08-22 12:49:11 +00:00
Benny Malengier
fdd1b1f6b1
GTK3: working drawing of pedigreeview, also fix bug #5756 and #5757
...
svn: r20249
2012-08-22 11:56:59 +00:00
Benny Malengier
edd1ef1920
GTK3: drag and drop from pedigreeview working. Draging to text editor supported too.
...
svn: r20245
2012-08-22 08:57:11 +00:00
Doug Blank
59ad97eb16
5990: order of families not preserved across XML export-import
...
svn: r20243
2012-08-21 18:28:59 +00:00
Doug Blank
1c05e4a214
5990: order of families not preserved across XML export-import
...
svn: r20240
2012-08-21 12:42:34 +00:00
Benny Malengier
da05263402
GTK3: use style_context to draw correct link color, and to set shade color (not ideal, but better)
...
svn: r20234
2012-08-20 15:20:33 +00:00
Nick Hall
379fc274ad
Gtk3: Convert remaining glade files
...
svn: r20230
2012-08-18 22:03:01 +00:00
Nick Hall
c0d1cfc4bc
Convert Assistants to Gtk3
...
svn: r20228
2012-08-18 21:05:33 +00:00
Nick Hall
b7ab76bcf6
Improve busy cursor code for Gtk3
...
svn: r20224
2012-08-16 18:39:21 +00:00
Gary Burton
aa1729d364
GTK3 fix. Workaround for bug https://bugzilla.gnome.org/show_bug.cgi?id=679654 which prevents list_families() being called more than once to generate a list of fonts. Text reports and anything else which uses the PDF backend now works
...
svn: r20212
2012-08-14 21:58:29 +00:00
Nick Hall
35bc7024d0
Fix Gtk3 conversion error
...
svn: r20203
2012-08-13 22:55:21 +00:00
Nick Hall
f5895ebb73
Fix Gtk3 conversion error
...
svn: r20202
2012-08-13 22:39:05 +00:00
Gary Burton
0360335899
Just log a warning rather than show an error dialog if webkit cannot be imported
...
svn: r20198
2012-08-08 21:51:27 +00:00
Benny Malengier
31e3fbc70e
GTK3: avoid fanchartview from crashing, does not work yet however
...
svn: r20177
2012-08-04 09:52:18 +00:00
Benny Malengier
e351f60398
GTK3: fully working Pedigreeview, bugs #5757 #4310 with display present
...
svn: r20176
2012-08-04 09:11:19 +00:00
Gary Burton
e16c439e46
GTK3 fix relationship view
...
svn: r20175
2012-08-04 06:07:15 +00:00
Benny Malengier
e4b5e4e7b2
GTK3: PedigreeView, show boxes again. Lines still to do.
...
svn: r20172
2012-08-02 21:23:47 +00:00
Craig J. Anderson
740da0aedc
fix for:
...
http://www.gramps-project.org/bugs/view.php?id=5960
http://www.gramps-project.org/bugs/view.php?id=5958
an event crashed when the person was not known.
svn: r20171
2012-08-01 18:58:53 +00:00