Commit Graph

30 Commits

Author SHA1 Message Date
Paul Franklin
d03eb65fa3 avoid version incompatibility
svn: r18658
2011-12-29 01:20:00 +00:00
Paul Franklin
db106e70f6 5347: Verify.py should test for old age but no death
svn: r18462
2011-11-18 19:35:47 +00:00
Brian Matherly
849a3749f6 0004801: Error in Database Verification tool check for max no of yrs between children (Patch from Paul Franklin)
svn: r17471
2011-05-11 02:53:13 +00:00
Doug Blank
db8402e7f5 4694: Tools->Utilities->Verify the Data->crash
svn: r16728
2011-02-28 13:50:54 +00:00
Gerald Britton
7c3bcc5f06 Remove redundant line continuations
svn: r16459
2011-01-24 18:55:52 +00:00
Jérôme Rapinat
a92ee1341f 3930: Verify data tool ignores role on burial event
svn: r16257
2010-12-07 13:44:18 +00:00
Doug Blank
a84b54901a 4273: Error during execution of CLI command (part 1, Verify)
svn: r15990
2010-10-15 16:58:41 +00:00
Brian Matherly
df32be43de 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
2010-05-01 04:12:42 +00:00
Benny Malengier
d7e9b5a9da 3271: Verify tool glade file needs to have elements renamed
svn: r14629
2010-03-05 15:43:50 +00:00
Gerald Britton
457231110f fix some duplicate gtk object ids causing crashes on recent versions of gtk
svn: r14201
2010-02-03 21:08:18 +00:00
Gerald Britton
1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +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
252ef6daee Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
svn: r14025
2010-01-10 20:21:10 +00:00
Doug Blank
3664fbb913 Added on_delete_event signal handler to surpress RuntimeWarning: missing handler
svn: r13983
2010-01-07 14:10:26 +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
cad5461b2d 3282: Gramps should only display marriage event with role = family (or primary)
svn: r13411
2009-10-25 16:52:45 +00:00
Benny Malengier
ed619cfdd6 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
2009-10-24 13:53:20 +00:00
Jérôme Rapinat
9b805ac2cf 2307: better wording
svn: r13029
2009-08-16 09:37:02 +00:00
Jérôme Rapinat
192637811d testingrule for 2307: return string rather than true/false
svn: r13010
2009-08-14 16:46:56 +00:00
Jérôme Rapinat
03ea29e183 testing 2307: to add a family rule for displaying families with marriage event but still unknown relation type
svn: r13006
2009-08-14 15:59:32 +00:00
Gerald Britton
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
Gerald Britton
f7454de7fd Implement iter_people_handles methods and begin to use them
svn: r12760
2009-07-03 20:23:41 +00:00
Gerald Britton
021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Gerald Britton
110557c3c7 Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
2009-05-14 20:15:59 +00:00
Gerald Britton
82aac3836f plugins/tools: make file path build logic conform to Python standards
svn: r12450
2009-04-15 19:27:17 +00:00
Gerald Britton
efffaa97e1 Bug 2888: in BookReport and Verify, make toplevel windows visible=false by default
svn: r12448
2009-04-15 15:42:10 +00:00
Gerald Britton
8a16657375 Verify.py: convert from libglade to gtkbuilder - take 2
svn: r12435
2009-04-12 18:29:28 +00:00
Gerald Britton
22b0e556dd Verify.py: convert from libglade to gtkbuilder
svn: r12431
2009-04-11 21:12:14 +00:00
Jérôme Rapinat
cc27f9d9e8 2748: Some URLs still point user to wiki manual version 3.0
svn: r12133
2009-02-26 10:08:38 +00:00
Brian Matherly
7b47dc61ad Move all tools into plugins/tool.
svn: r11633
2009-01-16 19:54:58 +00:00