Don Allingham
9fd30ff3f9
2007-05-01 Don Allingham <don@gramps-project.org>
...
* src/ReportBase/_SimpleAccess.py: simplifed database access routines
svn: r8433
2007-05-02 04:05:41 +00:00
Don Allingham
6edbffe3a3
2007-04-17 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyList.py: add marriage date column
* src/GrampsDb/_DbUtils.py: add function for finding a marriage event
* src/DisplayModels/_FamilyModel.py: add marriage date column
* src/GrampsDbUtils/_GedcomParse.py: handle place form handing
* src/GrampsDbUtils/_GedcomLex.py: handle place form handing
* src/GrampsDbUtils/_WriteGedcom.py: handle note list
* src/docgen/ODFDoc.py: escape special characters
svn: r8398
2007-04-18 02:12:40 +00:00
Don Allingham
a712445a2b
2007-04-07 Don Allingham <don@gramps-project.org>
...
* src/plugins/Checkpoint.py: update from 2.2
* src/GrampsDb/_GrampsDbWriteXML.py: clean up
* src/Editors/_EditPrimary.py: prevent double OK clicks
* src/Editors/_EditPlace.py: prevent double OK clicks
* src/Editors/_EditSource.py: prevent double OK clicks
* src/Editors/_EditPerson.py: prevent double OK clicks
* src/Editors/_EditRepository.py: prevent double OK clicks
* src/Editors/_EditFamily.py: prevent double OK clicks
* src/Editors/_EditEvent.py: prevent double OK clicks
svn: r8361
2007-04-08 04:24:38 +00:00
Don Allingham
f32d7b6d1a
2007-04-02 Don Allingham <don@gramps-project.org>
...
* src/DisplayState.py: shorten match message
* src/GrampsDb/Makefile.am: Added _HelperFunctions.py
* src/GrampsDb/__init__.py: Added _HelperFunctions.py
* src/GrampsDb/_HelperFunctions.py: Added support functions
svn: r8349
2007-04-03 04:05:36 +00:00
Don Allingham
5580ad12d3
* src/GrampsDb/_GrampsDbBase.py: handle close/delete of active database
...
* src/DbManager.py: clean up
* src/DbState.py: issue database-changed signal on db close
* src/GrampsDbUtils/_GedcomParse.py: fix adding of notes
* src/DbLoader.py: don't give undo warning if importing into empty db
svn: r8347
2007-04-02 03:56:30 +00:00
Zsolt Foldvari
33fedc18d4
2007-03-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/DataViews/_NoteView.py: put back column editor support.
* src/GrampsDb/_GrampsDbBase.py (get_note_column_order): fix default
values.
* src/DisplayModels/_NoteModel.py: include marker column.
svn: r8333
2007-03-28 14:00:03 +00:00
Zsolt Foldvari
a7083cf69c
* src/GrampsDb/_DbUtils.py (db_copy): include missing Note table;
...
handling Note bookmarks.
* src/GrampsDb/_GrampsDbWriteXML.py:
* src/GrampsDb/_GrampsDBDir.py:
* src/GrampsDb/_GrampsBSDDB.py:
* src/Bookmarks.py:
* src/GrampsDbUtils/_ReadXML.py:
Handling Note bookmarks.
2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
svn: r8328
2007-03-27 21:47:18 +00:00
Zsolt Foldvari
cbd230e24b
2007-03-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsDb/_GrampsDbBase.py: add note_bookmarks.
* src/DataViews/_NoteView.py: 'add' and 'remove' functionalities added.
* src/Editors/_EditNote.py: DeleteNoteQuery added.
* src/DisplayTabs/_NoteModel.pya: unnecessary delete_tags call removed.
* src/Utils.py: get_referents() and get_note_referents added();
get_source_referents() and get_media_referents() rewritten.
svn: r8326
2007-03-27 18:28:26 +00:00
Don Allingham
ec0623d67d
svn: r8314
2007-03-25 03:17:25 +00:00
Don Allingham
d20b4833f9
2007-03-24 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: add support for new directory type
* src/GrampsDb/_GrampsDbBase.py: use normal pickle encoding
* src/GrampsDb/_GrampsDBDir.py: new directory based type
* src/GrampsDb/_GrampsDbFactories.py: add support for new directory type
* src/Editors/_EditNote.py: only update on save
* src/Selectors/_SelectPerson.py: use normal columns
* src/GrampsDbUtils/_ReadGedcom.py: add support for new directory type
* src/GrampsDbUtils/__init__.py: add support for new directory type
* src/GrampsDbUtils/_Backup.py: fast pickle based backup
* src/ArgHandler.py: add support for new directory type
svn: r8313
2007-03-25 02:25:37 +00:00
Don Allingham
a7ad83b3ff
2007-03-03 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsGEDDB.py: readonly database for GEDCOM
* src/Editors/_EditNote.py: add additional fields
* src/RelLib/_Note.py: cleanup
* src/DisplayTabs/_NoteModel.py: display correctly
* src/GrampsWidgets.py: readonly support for checkbox
* src/glade/gramps.glade: note fixes
* src/DisplayModels/_NoteModel.py: display data correctly
* src/GrampsDbUtils/_GedcomParse.py: cleanup
* example/gramps/example.gramps: new note support
* example/gedcom/sample.ged: new note support
svn: r8264
2007-03-04 02:55:43 +00:00
Don Allingham
dd6be5ad72
* src/GrampsDbUtils/_GedcomChar.py: handle stripping of newlines
...
* src/GrampsDbUtils/_GedcomLex.py: handle newlines and eof
the declaration line, give notes and id/handle
svn: r8256
2007-02-28 05:20:30 +00:00
Alex Roitman
85f5facb3f
2007-02-23 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Typo preventing
address upgrade.
* src/GrampsDb/_GrampsDbWriteXML.py (write_address_list): Minor
alignment corrections.
* src/GrampsDb/_GrampsInMemDB.py (__init__): Define nid_trans.
svn: r8221
2007-02-24 00:24:57 +00:00
Alex Roitman
9385c98706
2007-02-23 Alex Roitman <shura@phy.ucsf.edu>
...
* src/GrampsDb/_GrampsBSDDB.py (convert_notes_13): Skip empty notes.
svn: r8218
2007-02-23 21:17:41 +00:00
Alex Roitman
29776e25b8
2007-02-22 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (reindex_reference_map): Typo.
* src/GrampsDb/_GrampsDbWriteXML.py (write_media_list): Typo.
svn: r8210
2007-02-22 20:42:51 +00:00
Alex Roitman
9bb2f90e0d
2007-02-21 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_13): Add upgrade
path for 2.2.x data;
(commit_13): A low-level commit hack to aid in upgrade_13;
(convert_notes_13): Recursive converter for the notes in each
object and its note-capable child objects.
svn: r8209
2007-02-22 07:52:54 +00:00
Alex Roitman
16785f84ad
* data/grampsxml.dtd: Update DTD.
...
* data/grampsxml.rng: Update schema.
svn: r8201
2007-02-21 03:29:52 +00:00
Alex Roitman
302e3f1dbc
* src/GrampsDb/_GrampsDbWriteXML.py (write_xml_data): Place notes
...
at the end.
svn: r8200
2007-02-21 02:54:12 +00:00
Alex Roitman
c603a7a2c7
2007-02-19 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsDbWriteXML.py): Export top-level notes and
note references.
* src/RelLib/_Note.py (set_type,get_type): Add methods.
svn: r8187
2007-02-20 06:45:25 +00:00
Alex Roitman
961a543cda
Merge multiple notes branch
...
svn: r8182
2007-02-20 00:39:10 +00:00
Richard Taylor
08cb17adde
Make XML writer gtk independant again.
...
svn: r8144
2007-02-17 22:12:56 +00:00
Richard Taylor
625fbee200
More work on progress monitor.
...
svn: r8142
2007-02-17 19:59:21 +00:00
Richard Taylor
8a196b7c01
split progress monitor into gtk and non-gtk elements.
...
svn: r8139
2007-02-16 22:02:10 +00:00
Richard Taylor
73344ccb1c
Add prototype progress dialog.
...
svn: r8127
2007-02-16 13:06:49 +00:00
Richard Taylor
d912167cab
more work on long operation framework.
...
svn: r8126
2007-02-16 08:55:50 +00:00
Don Allingham
c5f64b054b
2007-02-13 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsGEDDB.py: gedcom refactoring
* src/GrampsDbUtils/_GedcomParse.py: gedcom refactoring
* src/GrampsDbUtils/_ReadGedcom.py: gedcom refactoring
* src/GrampsDbUtils/_GedcomLex.py: gedcom refactoring
* src/GrampsDbUtils/_GrampsDbWRFactories.py: gedcom refactoring
* src/GrampsDbUtils/_GedcomUtils.py: added
* src/GrampsDbUtils/Makefile.am: added _GedcomUtils.py
svn: r8110
2007-02-14 00:00:31 +00:00
Don Allingham
ddccd7e7bc
2007-02-12 Don Allingham <don@gramps-project.org>
...
* src/plugins/FindDupes.py: backport from 2.2.6
svn: r8095
2007-02-12 23:52:59 +00:00
Don Allingham
fc666133b7
2007-02-10 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsGEDDB.py: new GEDCOM parser module
* src/RelLib/_BaseObject.py: new GEDCOM parser module
* src/RelLib/_AttributeBase.py: new GEDCOM parser module
* src/plugins/PHPGedViewConnector.py: new GEDCOM parser module
* src/GrampsDbUtils/_GedcomParse.py: new GEDCOM parser module
* src/GrampsDbUtils/__init__.py: new GEDCOM parser module
* src/GrampsDbUtils/_GedcomLex.py: new GEDCOM parser module
* src/GrampsDbUtils/_GrampsDbWRFactories.py: new GEDCOM parser module
* src/GrampsDbUtils/_GedcomTokens.py: renamed from _GedTokens.py
* src/GrampsDbUtils/Makefile.am: new GEDCOM parser module
* src/ArgHandler.py: new GEDCOM parser module
* example/gedcom/sample.ged: added test cases
* src/docgen/OpenOfficeDoc.py: remove unused functions
* src/docgen/HtmlDoc.py: remove unused functions
* src/docgen/LPRDoc.py: remove unused functions
* src/docgen/ODFDoc.py: remove unused functions
svn: r8083
2007-02-11 06:03:29 +00:00
Zsolt Foldvari
e54cbc8c51
2007-02-11 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/MarkupText.py: added
* src/DisplayTabs/_NoteTab.py: handling 'rich text' notes
* src/RelLib/_NoteBase.py: handling 'rich text' notes
* src/RelLib/_Note.py: handling 'rich text' notes
* src/GrampsDb/_GrampsBSDDB.py: handling 'rich text' notes
* src/GrampsDbUtils/_ReadXML.py: handling 'rich text' notes
* src/GrampsDbUtils/_WriteXML.py: handling 'rich text' notes
* src/Merge/_MergeSource.py: handling 'rich text' notes
* src/Merge/_MergePlace.py: handling 'rich text' notes
* src/Merge/_MergePerson.py: handling 'rich text' notes
* src/ReportBase/_ReportUtils.py: handling 'rich text' notes
* src/ViewManager.py: cleanup
svn: r8081
2007-02-10 23:40:48 +00:00
Zsolt Foldvari
fbe04615f5
2007-02-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsDb/_GrampsBSDDB.py: load/save db owner info
* src/GrampsDb/_DbUtils.py (db_copy): copy also db owner
svn: r8057
2007-02-04 23:59:03 +00:00
Richard Taylor
3a69a0145e
add initial cursor iter impl.
...
svn: r8052
2007-02-04 21:20:46 +00:00
Richard Taylor
0707090c47
fix gedcom w/r import
...
svn: r8048
2007-02-04 07:13:46 +00:00
Don Allingham
798a975bce
* src/GrampsDb/_GrampsDbBase.py: convert DbState to its own file
...
* src/GrampsDb/__init__.py: convert DbState to its own file
* src/DbState.py: convert DbState to its own file
* src/gramps_main.py: convert DbState to its own file
* src/Makefile.am: convert DbState to its own file
svn: r8041
2007-02-04 01:18:17 +00:00
Don Allingham
0113bb454a
2007-02-03 Don Allingham <don@gramps-project.org>
...
* configure.in: update version, process new Makefile.am files
* src/GrampsDb/Makefile.am: update
* src/Makefile.am: update
svn: r8040
2007-02-03 22:41:00 +00:00
Richard Taylor
4d010a6066
add license and makefiles.
...
svn: r8038
2007-02-03 20:08:41 +00:00
Richard Taylor
f96b6f5dc2
refactor GrampsDb and clean RelLib deps.
...
svn: r8032
2007-02-03 17:11:05 +00:00
Don Allingham
b4fedb0e0e
* src/DataViews/_PersonView.py: use new delete function
...
* src/GrampsDb/_DbUtils.py: add person delete function
* src/Editors/_EditFamily.py: catch signals to update window
svn: r8021
2007-01-31 04:50:12 +00:00
Don Allingham
b2860d222e
* src/DisplayModels/_BaseModel.py: Refactor out node/path maps
...
* various: remove sets import
svn: r8011
2007-01-29 19:13:15 +00:00
Don Allingham
db0d291b74
2007-01-26 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_WriteGedcom.py: make unicode the default for export
* src/GrampsDb/gedcompexport.glade: remove unused dialog
* src/plugins/WritePkg.py: don't attempt to delete missing media objects.
svn: r7993
2007-01-27 05:30:15 +00:00
Alex Roitman
0bd3fab3c8
2007-01-25 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsDbBase.py (find_backlink_handles): Correctly
iterate only over requested tables; don't mix up the primary and
the referenced objects.
svn: r7983
2007-01-25 17:04:37 +00:00
Don Allingham
217a8be23b
2007-01-23 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py: initialize the next gramps_id
indexes to the length of the tables to prevent a walk of the db
entries.
* src/DisplayModels/_BaseModel.py: handle row-insert properly
* src/PageView.py: handle row adding properly
svn: r7963
2007-01-23 17:02:55 +00:00
Don Allingham
c43c32a644
2007-01-22 Don Allingham <don@gramps-project.org>
...
* src/ViewManager.py: import of gramps package
* src/ArgHandler.py: import of gramps package
* src/GrampsDb/_ReadGedcom.py: catch bad LDS ords
svn: r7955
2007-01-22 17:51:43 +00:00
Martin Hawlisch
664d8823d2
* src/GrampsDb/_ReadGedcom.py (func_repo_addr): Properly parse address
...
svn: r7954
2007-01-22 15:28:46 +00:00
Don Allingham
2406378435
* src/GrampsDb/_GrampsDBCallback.py: sys.getfilesystemencoding()
...
* src/GrampsDb/_GrampsBSDDB.py: sys.getfilesystemencoding()
* src/Exporter.py: sys.getfilesystemencoding()
* src/ReportBase/_FileEntry.py: sys.getfilesystemencoding()
* src/Editors/_EditMedia.py: sys.getfilesystemencoding()
* src/DisplayTabs/_SourceEmbedList.py: sys.getfilesystemencoding()
* src/plugins/WriteCD.py: sys.getfilesystemencoding()
* src/plugins/WritePkg.py: sys.getfilesystemencoding()
* src/plugins/Check.py: sys.getfilesystemencoding()
* src/plugins/EventCmp.py: sys.getfilesystemencoding()
* src/AddMedia.py: sys.getfilesystemencoding()
* src/DisplayModels/_BaseModel.py: sys.getfilesystemencoding()
* src/DateEdit.py: sys.getfilesystemencoding()
* src/ArgHandler.py: sys.getfilesystemencoding()
* src/DbLoader.py: sys.getfilesystemencoding()
svn: r7951
2007-01-22 03:56:23 +00:00
Don Allingham
b656e879fe
svn: r7948
2007-01-21 21:32:53 +00:00
Alex Roitman
581989107b
* src/GrampsDb/_GrampsDbBase.py (transaction_commit): Remove
...
backend-specific call.
* src/GrampsDb/_GrampsBSDDB.py (transaction_commit): Move surname
list build to work for any batch transaction.
* src/GrampsDb/_GrampsInMemDB.py (transaction_commit): Add method.
svn: r7939
2007-01-20 16:55:08 +00:00
Don Allingham
c2b4c7cdbb
* src/GrampsDb/_GrampsDbBase.py: add append_list task
...
* src/GrampsDb/_ReadGrdb.py: copy bookmarks properly on import
svn: r7936
2007-01-20 05:06:49 +00:00
Alex Roitman
a6b17dc87c
Update
...
svn: r7933
2007-01-19 17:09:38 +00:00
Alex Roitman
6d776c2f94
2007-01-19 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsInMemDB.py: Support the cached surname list.
* src/GrampsDb/_GrampsBSDDB.py: Support the cached surname list.
* src/GrampsDb/_GrampsDbBase.py: Support the cached surname list.
svn: r7932
2007-01-19 16:53:49 +00:00
Don Allingham
6a700dd48d
* src/GrampsDb/_ReadGedcom.py: handle missing place in LDS ord
...
svn: r7921
2007-01-17 05:18:47 +00:00