Doug Blank
ba10530ead
3900: Export to Gedcom; and other living proxy None issue
...
svn: r15297
2010-05-01 18:51:31 +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
Peter Landgren
f32a092057
Fix of issue 3865.
...
svn: r15236
2010-04-19 13:53:43 +00:00
Doug Blank
c551d6beb1
Newyear import/export changes and fix
...
svn: r15027
2010-04-04 12:10:12 +00:00
Peter Landgren
8ba3e7fbe5
Fix of issue 2740.
...
svn: r14998
2010-04-02 09:11:17 +00:00
Julio Sánchez
69bfb1e6bf
Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743 )
...
svn: r14912
2010-03-22 22:35:53 +00:00
Benny Malengier
aad74b8bb8
3690: Do not need to use underscore on text for file formats (import/export)
...
svn: r14889
2010-03-21 10:33:08 +00:00
Doug Blank
3ae0224e1a
Removed Django import/export and CalcEstimateDates (moved to addons)
...
svn: r14685
2010-03-07 21:42:03 +00:00
Doug Blank
dcfb25abc4
Trunk is now version 3.3.0
...
svn: r14653
2010-03-06 22:47:25 +00:00
Doug Blank
696b236777
Changes to allow distcheck to pass
...
svn: r14436
2010-02-22 12:05:37 +00:00
Doug Blank
84b77aeb4b
log -> LOG
...
svn: r14399
2010-02-16 12:07:44 +00:00
Doug Blank
af52542418
3612: Missing christian namesand gw export
...
svn: r14397
2010-02-16 02:57:46 +00:00
Doug Blank
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
Doug Blank
843fb89ba0
Plugins required to be correct version
...
svn: r14300
2010-02-10 12:13:47 +00:00
Peter Landgren
c6641878c2
Make use of new module constfunc.
...
svn: r14285
2010-02-08 17:24:43 +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
c9cb7e60c9
Move GEDCOM date functions into libgedcom.
...
svn: r14125
2010-01-25 04:54:22 +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
Peter Landgren
3de66d1b62
Fix of issue 3495.
...
svn: r13965
2010-01-03 11:31:19 +00:00
Doug Blank
eba1c9d264
A simple, conservative probably_alive
...
svn: r13951
2010-01-01 15:11:00 +00:00
Brian Matherly
4838650df4
Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
...
svn: r13940
2009-12-29 19:20:16 +00:00
Doug Blank
42ed2c3295
Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow
...
svn: r13934
2009-12-29 03:22:03 +00:00
Brian Matherly
f12196cf80
Merge GedcomInfo.py and GedcomLex.py into GedcomParse.py.
...
svn: r13930
2009-12-28 05:07:21 +00:00
Doug Blank
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
Doug Blank
699dcb13fe
Fixed svn Id property
...
svn: r13881
2009-12-21 13:43:50 +00:00
Doug Blank
49bd78481a
Removed as now unneeded with Django-supported interface
...
svn: r13815
2009-12-15 17:32:24 +00:00
Doug Blank
d05e98cbf6
Removed as now unneeded with Django-supported interface
...
svn: r13813
2009-12-15 17:11:05 +00:00
Doug Blank
b876023812
3413: Hidden export plugins still show in list; and rewrote eval() as getattr()
...
svn: r13708
2009-12-05 06:35:21 +00:00
Doug Blank
34ff80700b
3411: Exporters "Gramps XML" and "Gramps Package" names are asymmetric
...
svn: r13706
2009-12-05 05:52:19 +00:00
Doug Blank
4189b78df3
Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus
...
svn: r13647
2009-11-21 23:18:35 +00:00
Doug Blank
281fa65cd7
Changes to allow large, fast exports
...
svn: r13646
2009-11-21 14:27:25 +00:00
Peter Landgren
0b711b211c
Third update for consistent use of Gramps. See issue 3355.
...
svn: r13633
2009-11-19 17:32:11 +00:00
Jérôme Rapinat
34f27d5fa5
avoid _ on p (typo on key)
...
svn: r13627
2009-11-18 19:48:06 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +00:00
Doug Blank
f90c2db4cd
Moved src/gen/web to src/web
...
svn: r13547
2009-11-10 14:23:19 +00:00
Doug Blank
b7327e679a
UNSTABLE plugin for django export
...
svn: r13541
2009-11-10 05:21:35 +00:00
Peter Landgren
bd18302d69
Fix so that a copy is created, if new filename already exists. Works like normal XML export.
...
svn: r13494
2009-11-03 17:33:35 +00:00
Benny Malengier
53de46901e
add license to gpr.py files
...
svn: r13424
2009-10-26 19:15:58 +00:00
Jérôme Rapinat
b63f7e6818
3308: Wrong position of export options (also geneweb dialog)
...
svn: r13423
2009-10-26 13:33:41 +00:00
Jérôme Rapinat
c67c22b6c0
3308: Wrong position of export options
...
svn: r13408
2009-10-25 15:04:06 +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
Doug Blank
99282aa715
3272: Proposal for updating config settings
...
svn: r13346
2009-10-08 01:12:51 +00:00
Doug Blank
e8c72f766e
#3194 : fix to write gedcom output in GRAMPS order, and fix to have children in GEDCOM FAM order
...
svn: r13304
2009-10-04 21:38:52 +00:00
Doug Blank
0c856f59f5
Added get_gedcom_name formatter to Name to allow sharing
...
svn: r13251
2009-09-26 01:05:08 +00:00
Doug Blank
8883fe0f97
Moved gedcom date constants and functions to gen.lib.date so they can be shared
...
svn: r13249
2009-09-25 20:45:05 +00:00
Doug Blank
7da65b05c3
Fixed a bug on export null locations; added primary keys and an index
...
svn: r12940
2009-08-10 01:25:34 +00:00
Doug Blank
76d8c108b6
SQL import/export complete. Byte for Byte exact, excluding differences in True-False/1-0, []/(), and unicode/string
...
svn: r12936
2009-08-09 19:26:30 +00:00
Doug Blank
0a476e2a3c
SQL update: two diffs left, in family and place
...
svn: r12935
2009-08-09 17:40:36 +00:00
Raphael Ackermann
65f72560d1
pep8 fixes
...
fixing typos
svn: r12934
2009-08-09 17:09:32 +00:00
Doug Blank
778cc935e9
SQL import/export complete except for source repos, and datamap
...
svn: r12932
2009-08-09 08:01:51 +00:00
Doug Blank
78530fae2e
Very close to having the SQL import/export done
...
svn: r12930
2009-08-09 04:14:33 +00:00
Raphael Ackermann
e4495716a9
Removed broken Export to CD on Gnome. This was never working on KDE or Windows. And no developer seems to be able to get it to run on their gnome system. It is very easy now to burn a backup of gramps to a cd using e.g., K3b or Brasero.
...
svn: r12923
2009-08-08 16:35:36 +00:00
Raphael Ackermann
b7827030f5
0002978: ExportCd plug-in should not load if burn:// scheme is unsupported
...
applied patch by Brad Crittenden.
Patch goes in the right direction but still not far enough. On my ubuntu gnome system (9.04) it doesn't load the plugin, but I can burn a cd in nautilus using the burn:/// scheme.
svn: r12922
2009-08-08 16:21:57 +00:00
Doug Blank
24750e0272
Nearing completition; most data is pulled out of the SQL db, now I need to get the relations fixed
...
svn: r12918
2009-08-08 04:18:34 +00:00
Doug Blank
f3a7e259e5
SQL Export/Import about 30% done: Notes are complete. People and Events close. The rest still to check.
...
svn: r12917
2009-08-07 22:32:30 +00:00
Doug Blank
a2a8aad654
Fixed missing fields
...
svn: r12914
2009-08-07 13:00:53 +00:00
Doug Blank
18a5c276f3
Nearly complete, but untested SQL export
...
svn: r12913
2009-08-07 11:53:27 +00:00
Rob G. Healey
99e17ea98e
Fixed two invalid syntax errors in ExportGeneWeb. Fixed padding issues in Nebraska with Navigation areas. Minor little changes to others.
...
svn: r12848
2009-07-29 07:58:22 +00:00
Doug Blank
8a7296920f
Use Preferences -> Text -> Private Given name instead of hardcoded _('Living')
...
svn: r12847
2009-07-29 03:28:05 +00:00
Gerald Britton
d45f5970fb
add missing iterator methods to filter.py, use get_family_handles instead of the iterator in ExportGedcom.py
...
svn: r12790
2009-07-11 20:11:37 +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
fdfacd972c
Minor tweaks to use slices instead of lists of items
...
svn: r12705
2009-06-25 13:41:16 +00:00
Gary Burton
8c22c558b2
Ensure source reference dates are always exported. Bug #3062
...
svn: r12688
2009-06-20 20:23:40 +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
fc90d5fce2
Bug 3018: remove calls to keys() dictionary method where possible
...
svn: r12562
2009-05-22 18:43:40 +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
Rob G. Healey
9b4efeb283
Removed a single s character sitting alone on line 178 of ExportPkg.py. Cleanup and updates to stylesheet.
...
svn: r12530
2009-05-15 20:07:39 +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
Brian Matherly
5e5fc02115
Remove unused options for GeneWeb export.
...
svn: r12496
2009-04-30 03:49:03 +00:00
Gerald Britton
564090665a
Bug 2888: ensure proper "requires" statement in glade files
...
svn: r12467
2009-04-17 16:39:22 +00:00
Gerald Britton
5c60081622
ExportFtree: fix typo
...
svn: r12462
2009-04-17 14:58:25 +00:00
Gerald Britton
e63996d08f
ExportFtree: simplify get_name function
...
svn: r12461
2009-04-17 13:32:41 +00:00
Gerald Britton
b353c7eff5
Bug 2888: set builder glade files to require 2.12
...
svn: r12458
2009-04-16 20:14:41 +00:00
Gerald Britton
ccf1c27df1
Bug 2888: downgrade builder glade files to require 2.10
...
svn: r12457
2009-04-16 20:05:46 +00:00
Gerald Britton
29ff457d25
Bug 2888: Export plugins - convert from libglade to gtkbuilder
...
svn: r12456
2009-04-16 19:29:40 +00:00
Gary Burton
7aa6433a22
Bug #2902 : Fix problem with notes in geneweb export
...
svn: r12427
2009-04-10 10:41:28 +00:00
Benny Malengier
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
Peter Landgren
5a5c0ef7fe
Some changes in tool tip.
...
svn: r12374
2009-03-21 19:04:39 +00:00
Peter Landgren
be898d84a9
Fix of issue 2820.
...
svn: r12348
2009-03-15 19:17:29 +00:00
Rob G. Healey
99376d8691
Removed ExportSql.py from Makefile.am.
...
svn: r12115
2009-02-25 03:33:17 +00:00
Rob G. Healey
4238efda32
Added and deleted files that were verified by Brian. Remove sort siblings as it was broken. Will spend time on it in the next few days.
...
svn: r12107
2009-02-24 08:02:13 +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
Rob G. Healey
bc081c401c
More refactoring work on both of these web reports. Fixed and changed get_marital_status to get_marriage_event() as that is what it does anyway. Changes are being given and helped by Gerald Britton.
...
svn: r12103
2009-02-24 02:52:06 +00:00
Rob G. Healey
c56f46b493
Added revision numbering symbol to all of plugins directory if it was missing in the file.
...
svn: r12002
2009-02-16 06:56:49 +00:00
Jérôme Rapinat
a3d33aff16
2704: Translation problem word Title (contribution by jannek)
...
svn: r11970
2009-02-12 07:31:08 +00:00
Brian Matherly
a356c5aa7c
Move ImportGpkg, ImportXml and ExportXml into their respective directories.
...
svn: r11946
2009-02-10 06:06:14 +00:00
Doug Blank
82a7fe725f
Moved Sql.py out of plugins directory and into export/ExportSql.py; this file is in SVN but not in installed code
...
svn: r11775
2009-01-31 14:29:47 +00:00
Gary Burton
1aaa2df5a4
Make GEDCOM export output family event descriptions as type. Bug 2649.
...
svn: r11722
2009-01-25 19:58:00 +00:00
Peter Landgren
f5aaef6312
GEDCOM export for Swedish calendar.
...
svn: r11687
2009-01-22 16:11:14 +00:00
Brian Matherly
451aaee4f4
Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport.
...
svn: r11649
2009-01-17 23:32:20 +00:00
Brian Matherly
ea23898403
Plugins Restructure: Move export plugins into plugins/export.
...
svn: r11640
2009-01-17 03:27:21 +00:00