Commit Graph

21 Commits

Author SHA1 Message Date
a9ac340110 3878: Private option and filter on Exporter; adds proxy order, browse of proxy data, referenced proxy, update of all exports (except csv)
svn: r15502
2010-05-30 04:07:50 +00:00
88a571d9e3 3878: Private option and filter on Exporter (undo of commit 15402)
svn: r15424
2010-05-19 00:13:25 +00:00
d134be8d2e 3878: Private option and filter on Exporter
svn: r15402
2010-05-13 12:11:22 +00:00
df32be43de 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
2010-05-01 04:12:42 +00:00
c551d6beb1 Newyear import/export changes and fix
svn: r15027
2010-04-04 12:10:12 +00:00
8ba3e7fbe5 Fix of issue 2740.
svn: r14998
2010-04-02 09:11:17 +00:00
84b77aeb4b log -> LOG
svn: r14399
2010-02-16 12:07:44 +00:00
7f5e91d9ea 3428: When running with pythonw.exe, Windows may crash if you write to stdout
svn: r14396
2010-02-16 02:18:24 +00:00
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
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
252ef6daee Continued work on GEP008: Move BasicUtils/UpdateCallback.py to gen/updatecallback.py.
svn: r14025
2010-01-10 20:21:10 +00:00
ab3dfe1415 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
svn: r13894
2009-12-23 15:55:58 +00:00
b876023812 3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
svn: r13708
2009-12-05 06:35:21 +00:00
0b711b211c Third update for consistent use of Gramps. See issue 3355.
svn: r13633
2009-11-19 17:32:11 +00:00
ed619cfdd6 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
2009-10-24 13:53:20 +00:00
b601f4bdf2 Replace get_family_handles with iter_family_handles
svn: r12776
2009-07-08 16:11:20 +00:00
fdfacd972c Minor tweaks to use slices instead of lists of items
svn: r12705
2009-06-25 13:41:16 +00:00
eb29011083 2770: Error on XML parser with data using '&'.
2678: Error on import of gramps XML with xml codes in the ids


svn: r12390
2009-03-28 13:18:17 +00:00
5a5c0ef7fe Some changes in tool tip.
svn: r12374
2009-03-21 19:04:39 +00:00
be898d84a9 Fix of issue 2820.
svn: r12348
2009-03-15 19:17:29 +00:00
a356c5aa7c Move ImportGpkg, ImportXml and ExportXml into their respective directories.
svn: r11946
2009-02-10 06:06:14 +00:00