Jérôme Rapinat
90b902fda3
Do not need to translate DEBUG tools (name, description)
...
svn: r14043
2010-01-12 13:01:22 +00:00
Brian Matherly
4f2f5f8986
Add ngettext, sgettext, sngettext to libtranslate.
...
svn: r14042
2010-01-12 12:54:59 +00:00
Jérôme Rapinat
9ccdb167cd
Do not need to translate variables
...
svn: r14041
2010-01-12 10:51:36 +00:00
Benny Malengier
263c87ff87
correct not general string, more logical treeview
...
svn: r14040
2010-01-12 08:37:17 +00:00
Nick Hall
4479396c86
Clear all navigation history on change of database
...
svn: r14039
2010-01-12 01:29:07 +00:00
Nick Hall
23c7f9e3f8
Fix bug in bookmark organiser introduced with commit 14023
...
svn: r14038
2010-01-12 00:30:23 +00:00
Nick Hall
a4dcfa3fc3
Bug fixes for commit 14023
...
svn: r14037
2010-01-11 22:37:18 +00:00
Doug Blank
95bb81a54c
Missing underscore
...
svn: r14036
2010-01-11 20:34:47 +00:00
Doug Blank
bdefba55ca
Towards an DbEngine, for a variety of reasons
...
svn: r14035
2010-01-11 19:45:17 +00:00
Doug Blank
f15f18056b
Some minor refinements
...
svn: r14034
2010-01-11 19:42:35 +00:00
Jérôme Rapinat
8c851f7506
1683 Untranslatable text in Relationship calculator window - keep level logic but avoid index out of range
...
svn: r14033
2010-01-11 17:11:13 +00:00
Doug Blank
44b940f07f
3511: Minor improvements on new 'Calculate Estimated dates' tool
...
svn: r14032
2010-01-11 16:31:22 +00:00
Doug Blank
29e2b12172
Fix for activating a notepad that hasn't been shown yet can crash python
...
svn: r14031
2010-01-11 16:11:30 +00:00
Doug Blank
8830a4c762
3506: Allow third-party plugins (addons) to have their own config.ini file
...
svn: r14030
2010-01-11 14:29:29 +00:00
Doug Blank
8fdfd69951
Added get_active_object
...
svn: r14029
2010-01-11 13:50:32 +00:00
Benny Malengier
db06758bb0
Only clear dicts, don't reassign
...
svn: r14028
2010-01-11 10:51:56 +00:00
Serge Noiraud
aec92a4929
ODFDoc : issue 3439, 3440, 3461, 3462
...
svn: r14026
2010-01-11 08:11:50 +00:00
Brian Matherly
252ef6daee
Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
...
svn: r14025
2010-01-10 20:21:10 +00:00
Benny Malengier
2a36355a8b
fix goto_handle on row update
...
change placetreeview somewhat, further to discuss
svn: r14024
2010-01-10 20:11:18 +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
Doug Blank
141100fdbf
Fixing defaultdict optimization so that it works
...
svn: r14022
2010-01-10 17:20:08 +00:00
Jérôme Rapinat
9b7d972c99
1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin, lcc)
...
svn: r14021
2010-01-10 16:32:57 +00:00
Benny Malengier
04763f50fe
*fix displayed/total on views, so they are correct on updates
...
*listviews don't become dirty from add/delete/update signals while
they are not active. This should improve performance on large trees
now that these actions are cheap in all views after rework of the views
svn: r14020
2010-01-10 15:00:15 +00:00
Benny Malengier
2e65bfcce4
Extra keybinding/buttonbinding on treeviews for usability
...
Shift+enter and dblclick: expand group and children
svn: r14019
2010-01-10 12:20:13 +00:00
Jérôme Rapinat
1946440fc2
1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin)
...
svn: r14018
2010-01-10 10:03:59 +00:00
Jérôme Rapinat
5d3dc7e037
1683 Untranslatable text in Relationship calculator window - no crash on rel_xx tests - get working with current API (contribution by Andrew I Baznikin)
...
svn: r14017
2010-01-10 09:12:33 +00:00
Peter Landgren
fc5d6ecfbc
ProgressDialog.py has moved from src/
...
svn: r14016
2010-01-10 08:52:58 +00:00
Doug Blank
4093c1060c
Now searches spouse, and their familes, for evidence
...
svn: r14015
2010-01-10 07:45:10 +00:00
Doug Blank
2d60b8763a
Enhanced Calculate Estimated Dates tool
...
svn: r14014
2010-01-10 04:06:44 +00:00
Doug Blank
746e934937
Support for additional notebook pages in Tool manager
...
svn: r14013
2010-01-10 04:05:20 +00:00
Doug Blank
cd17f1e0fa
Add support for checkbox/toggle columns; a debug msg for developers
...
svn: r14012
2010-01-10 04:03:59 +00:00
Gerald Britton
2b12f3df07
Use defaultdict type where possible for minor performance gain and source code simplification
...
svn: r14011
2010-01-09 19:54:32 +00:00
Gerald Britton
4c7365dbcf
Missing import
...
svn: r14010
2010-01-09 19:41:00 +00:00
Gerald Britton
721f97459e
Fix duplicate object ids in glade files
...
svn: r14009
2010-01-09 19:39:43 +00:00
Jérôme Rapinat
f56402cf37
3473: To dynamicaly change calendar option on the Gramps session
...
svn: r14008
2010-01-09 17:51:58 +00:00
Doug Blank
7dd624d657
Workaround added for strange Python 2.6 bug on recusive signal handling
...
svn: r14007
2010-01-09 17:13:56 +00:00
Doug Blank
36fa65944d
Removed unneeded imports
...
svn: r14006
2010-01-09 17:12:45 +00:00
Benny Malengier
0ec49507ed
Renable enter to expand nodes on the treeviews
...
svn: r14005
2010-01-09 16:16:52 +00:00
Benny Malengier
08c8edb43d
More info on gtk in error report & remove duplicate PYTHON line
...
svn: r14004
2010-01-09 15:16:50 +00:00
Doug Blank
bfa7687058
Fixed code that gave warning: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
...
svn: r14003
2010-01-09 13:40:40 +00:00
Benny Malengier
de2d669763
3275: PageView reworking, changes by B. Malengier and N.Hall
...
Specifically: improve new treeview by using a linked list implementation so
iters can be quickly iterated over
Also: progressdialog on long personview loads.
svn: r14002
2010-01-09 11:10:32 +00:00
Gerald Britton
afe85ad0d5
Tweaks and simplifications
...
svn: r14001
2010-01-08 21:47:02 +00:00
Gerald Britton
16808b6c0e
Add missing import
...
svn: r14000
2010-01-08 21:46:36 +00:00
Doug Blank
debfc3dd78
Fixed issue of not re-docking gramplet from whence it came (reported by Rob); refined some code
...
svn: r13999
2010-01-08 20:06:51 +00:00
Jérôme Rapinat
2f7f7ac5f8
pylint
...
svn: r13998
2010-01-08 16:10:54 +00:00
Peter Landgren
d664fa4aa2
Fix of issue 3480.
...
svn: r13997
2010-01-08 15:59:05 +00:00
Peter Landgren
e4dfdb9190
Fix of issue 3480.
...
svn: r13996
2010-01-08 15:57:54 +00:00
Peter Landgren
f579f495cb
Fix of issue 3480.
...
svn: r13995
2010-01-08 15:56:39 +00:00
Peter Landgren
418b89007e
Fix of issue 3480.
...
svn: r13994
2010-01-08 15:54:47 +00:00
Serge Noiraud
e346c68fb1
GeoView : issue 3472; using date format preference.
...
svn: r13992
2010-01-07 22:02:38 +00:00