Commit Graph

26 Commits

Author SHA1 Message Date
Gerald Britton
7c3bcc5f06 Remove redundant line continuations
svn: r16459
2011-01-24 18:55:52 +00:00
Gerald Britton
fe5887626c Remove unnecessary line continuations and tidy up a bit
svn: r16458
2011-01-24 16:27:23 +00:00
Benny Malengier
710726f259 correct tab errors given by tabnanny
svn: r16439
2011-01-22 16:47:26 +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
Igal Shapira
9e99065877 Merge hebrew translations to trunk (67%)
svn: r15536
2010-06-06 18:17:48 +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
86238994bb 3721: RuntimeWarning on Event comparison tool
svn: r14839
2010-03-15 22:05:26 +00:00
Gerald Britton
8f0582df8a Use built-in functions to replace for loops:
Old code:

for x in y:
  f(x)

New Code:

map(f, y)

Also use defaultdict instead of simple dict when advantageous and use list comprehensions
instead of for loops where map() could be used but requires lambdas.


svn: r14135
2010-01-25 17:45:21 +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
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
Doug Blank
3664fbb913 Added on_delete_event signal handler to surpress RuntimeWarning: missing handler
svn: r13983
2010-01-07 14:10:26 +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
Gerald Britton
941fff23ae Tweaks to use inplace arithmetic
svn: r13191
2009-09-10 18:49:48 +00:00
Raphael Ackermann
874d43f2aa 0002070: Event Comparison Tool filter list doesn't update with new filter
remove old unused libglade menu in _FilterMenu

svn: r12855
2009-08-01 16:09:17 +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
Benny Malengier
9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +00:00
Gerald Britton
5eb7e18dc6 Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
2009-05-26 20:48:09 +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
21e96b0616 Bug 2888 - minor edits and cleanup
svn: r12529
2009-05-15 18:12:10 +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
29ff457d25 Bug 2888: Export plugins - convert from libglade to gtkbuilder
svn: r12456
2009-04-16 19:29:40 +00:00
Gerald Britton
1c7daa4ed5 Bug 2888: EventCmp.py - convert from libglade to gtkbuilder
svn: r12449
2009-04-15 19:26:07 +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
bff93f186a 0002655: Directories and files with accents characters cause failures in Windows.
svn: r12106
2009-02-24 04:41:23 +00:00
Brian Matherly
7b47dc61ad Move all tools into plugins/tool.
svn: r11633
2009-01-16 19:54:58 +00:00