Vassilii Khachaturov
c7c0b2c6bd
7229: change active person upon a bookmark select
...
Revert [88d2a2]. See 7229:33418.
2013-12-15 15:38:49 +02:00
Vassilii Khachaturov
88d2a2b84c
7229: change active person upon a bookmark select
2013-11-26 11:08:36 +02:00
Vassilii Khachaturov
78bd5a0256
bug 6812: pedigree view is broken in RTL locales
...
Make the table widget in the view forced LTR.
Everything else (person box widget and the top window) is
LTR or RTL, depending on the locale.
Unfortunately, due to current broken pango logic,
for RTL locales the person boxes will still be left-aligned :-(
svn: r22521
2013-06-19 18:02:14 +00:00
Jérôme Rapinat
0ce396d2c1
6236: display issue by using cairo under linux too
...
svn: r21642
2013-03-14 09:53:19 +00:00
Benny Malengier
a2191b7bbe
5756: First names are sometimes displayed incorrectly in Ancestry View
...
svn: r20248
2012-08-22 11:31:00 +00:00
John Ralls
7bf5c1147e
Accept control-click as an alternative for right-click when the Gdk
...
backend is Quartz.
This is a standard behavior on Macs, since they often have single-button
mice or trackpads.
svn: r19753
2012-06-04 00:55:10 +00:00
Nick Hall
dd653e7abb
5232: Connect database signals using the callback manager
...
svn: r18672
2011-12-31 22:04:06 +00:00
Nick Hall
19828dfd12
5442: Clear pedigree view when creating new database and the active person is not set
...
svn: r18668
2011-12-31 18:05:07 +00:00
Michiel Nauta
0aee5919e2
5444: Gramps crashes when using the scroll wheel
...
svn: r18662
2011-12-30 19:00:21 +00:00
Jérôme Rapinat
089245c821
4884: need to translate to home label
...
svn: r17413
2011-05-05 08:52:14 +00:00
Peter Landgren
a0dbf6c92b
Issue 4000, patch from Josip.
...
svn: r17139
2011-04-18 09:21:27 +00:00
Jérôme Rapinat
1dec96a00f
4326: improve context description
...
svn: r16552
2011-02-03 10:31:37 +00:00
Jérôme Rapinat
859f75ead8
4326: improve context description
...
svn: r16550
2011-02-03 08:43:59 +00:00
Jérôme Rapinat
c67d02847b
4326: typos (by PaulFranklin); part I
...
svn: r16543
2011-02-02 18:33:16 +00:00
Gerald Britton
adf976821f
Remove unneeded line continuations and tidy up
...
svn: r16472
2011-01-25 18:47:12 +00:00
Nick Hall
6f7ce7726f
Sidebar tidy-up and bug fixes
...
svn: r16319
2010-12-28 17:04:41 +00:00
Doug Blank
3833ee63a6
Added is_quartz() and has_display() functions to tell if running with quartz window manager, and if have a display, respectively. See #4467 for more details
...
svn: r16307
2010-12-23 16:51:04 +00:00
Nick Hall
b79b09b86b
Store sidebar state in the configuration file
...
svn: r16274
2010-12-12 18:58:22 +00:00
Doug Blank
67cb93a28c
3719: Pedigree View: should display engagement date if no marriage known; added markup dates to family view to show fallback dates, and invalid dates; pedigreeview shows abbrev. date with markup, and tooltip details
...
svn: r16250
2010-12-05 17:58:56 +00:00
Nick Hall
56e7869137
Introduce workspaces with a shared filter/gramplet sidebar
...
svn: r16160
2010-11-08 15:50:51 +00:00
Peter Landgren
1d8a776cd3
Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk.
...
svn: r15959
2010-10-09 12:33:47 +00:00
Doug Blank
e3cd87484c
Added copy and paste to all views; gramplet view needs work
...
svn: r15697
2010-08-09 20:51:54 +00:00
Nick Hall
3c6546c6dd
3710: Add a configuration dialog to the pedigree view
...
svn: r15409
2010-05-13 21:50:22 +00:00
Peter Landgren
c6703ae1df
Found a missing _
...
svn: r14805
2010-03-14 10:04:55 +00:00
Nick Hall
14ea5e8a75
Correct maximum sizes for compact style trees
...
svn: r14768
2010-03-11 23:05:32 +00:00
Nick Hall
48712fb619
Fix problem with marriage box size for small trees
...
svn: r14767
2010-03-11 22:30:57 +00:00
Nick Hall
6801063087
Improvments to coding style (pylint=9.56). Also fixes bug #3698 .
...
svn: r14763
2010-03-11 19:50:56 +00:00
Nick Hall
fc18243040
Rebuild pedigree view if flagged as dirty
...
svn: r14758
2010-03-11 17:58:51 +00:00
Nick Hall
5f133cd21b
3691: Make all views displaying names respond to nameformat-changed signals
...
svn: r14737
2010-03-10 12:36:27 +00:00
Benny Malengier
6802502aeb
3175: Crash when undoing a family edit- part of undo being slow
...
svn: r14677
2010-03-07 19:38:51 +00:00
Nick Hall
657fc3ba3c
Swap lines so they show the correct relationship line style
...
svn: r14607
2010-03-04 12:09:47 +00:00
Nick Hall
3cf500040c
Replace pedigree view with new extended pedigree view
...
svn: r14598
2010-03-03 23:12:56 +00:00
Brian Matherly
f04880ec09
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
...
svn: r14091
2010-01-18 04:42:17 +00:00
Brian Matherly
d9a0ab8a90
Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py.
...
svn: r14074
2010-01-14 04:58:30 +00:00
Brian Matherly
c5f54d0cfc
Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
...
svn: r14072
2010-01-14 04:08:04 +00:00
Nick Hall
b503fa2e25
Extend history functionality (back/forward) and active-changed signals to all primary objects
...
svn: r14023
2010-01-10 19:19:33 +00:00
Nick Hall
c43f162b2f
Preparation to extend navigation to all object types
...
svn: r13955
2010-01-01 19:55:09 +00:00
Doug Blank
cfec1b2092
Cleanup treestyle to work across gramps versions
...
svn: r13810
2009-12-15 16:46:40 +00:00
Brian Matherly
bbe2b6da0c
move src/Editors/* to src/gui/editors as part of GEP008
...
svn: r13807
2009-12-15 05:56:12 +00:00
Benny Malengier
d9efebc047
2846: PedigreeView: build tree basic on arithmetics
...
svn: r13746
2009-12-09 20:23:21 +00:00
Benny Malengier
47158f47ac
allow forcing a view to be first in category
...
svn: r13590
2009-11-15 13:49:27 +00:00
Benny Malengier
d3fd2f150d
GEPS_014:_Plugin_registration_and_management
...
finish views in category, todo: configuration
svn: r13578
2009-11-14 17:17:34 +00:00
Benny Malengier
7da5541920
Cleanup after making views plugins, remove last imports of DataView
...
svn: r13563
2009-11-12 22:32:52 +00:00
Benny Malengier
19522ec975
GEPS 014: Plugin registration and management
...
Also views are now plugins belonging to view category
svn: r13528
2009-11-08 16:41:49 +00:00