Commit Graph

145 Commits

Author SHA1 Message Date
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