Don Allingham
184924796c
* src/gramps_main.py: fixed home person button
...
svn: r3699
2004-10-31 23:18:41 +00:00
Don Allingham
bc5847f464
* src/WriteGedcom.py (GedcomWriter.write_person): handle
...
empty event handles
svn: r3693
2004-10-30 16:36:20 +00:00
Don Allingham
24946bfd7f
* src/Date.py: Added "set_year" function
...
* src/Utils.py: qualifiy Date calls, eliminate string
module usage
* src/edit_sm.png: new image
* src/Makefile.am: install edit_sm.png
* src/gramps_main.py: update relationship calculator
on database change
* src/Ancestors.py: initialize born_info
svn: r3687
2004-10-29 00:49:40 +00:00
Alex Roitman
b8daa8f930
* src/plugins/DetDescendantReport.py: New Date usage.
...
svn: r3685
2004-10-28 16:21:33 +00:00
Tim Waugh
0d68f5d230
2004-10-27 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Fixed typo spotted by Eero Tamminen.
svn: r3680
2004-10-27 09:29:51 +00:00
Don Allingham
057ff4319c
* src/docgen/OpenOfficeDoc.py: fix asian font, file extension
...
svn: r3679
2004-10-27 03:41:49 +00:00
Don Allingham
9ba7cac39a
* src/plugins/DescendReport.py: fix get_valid_year
...
svn: r3678
2004-10-27 03:10:53 +00:00
Don Allingham
91dcd9d52a
* src/docgen/HtmlDoc.py: fix typo
...
* src/docgen/OpenOfficeDoc.py: don't use temporary files
* src/plugins/PatchNames.py: pychecker fixes
* src/plugins/RelCalc.py: pychecker fixes
* src/plugins/ReorderIds.py: pychecker fixes
* src/plugins/Verify.py: pychecker fixes
* src/plugins/WebPage.py: pychecker fixes
* src/plugins/WriteFtree.py: pychecker fixes
* src/plugins/WriteGeneWeb.py: pychecker fixes
svn: r3674
2004-10-26 03:20:38 +00:00
Don Allingham
e185199d6a
* src/gramps.glade: change "Edit..." buttons to an image
...
* src/plugins/CountAncestors.py: handle duplicates across
generations
svn: r3669
2004-10-25 02:37:18 +00:00
Alex Roitman
6c9873363d
* src/MediaView.py: Typo.
...
svn: r3668
2004-10-24 17:36:33 +00:00
Don Allingham
0ce203ad2c
* src/PeopleModel.py: disable bold due to gtk tree bug
...
* src/PeopleView.py: disable bold due to gtk tree bug
* src/plugins/CountAncestors.py: Handle duplicates properly
svn: r3666
2004-10-24 01:09:12 +00:00
Don Allingham
fb2ef63eee
* src/GrampsBSDDB.py: thumbnail handing in the database
...
* src/GrampsDbBase.py: add set_thumbnail_image and
get_thumbnail_image in base class
* src/GrampsInMemDB.py: saving thumbnail image
* src/GrampsCfg.py: create thumbnail image directory
* src/ImageSelect.py: use new thumbnail scheme
* src/MediaView.py: use new thumbnail scheme
* src/ReadGedcom.py: use new thumbnail scheme
* src/ReadXML.py: use new thumbnail scheme
* src/SelectObject.py: use new thumbnail scheme
* src/gramps_main.py: use new thumbnail scheme
* src/Utils.py: remove unused tasks
* src/RelImage.py: remove unused tasks
* src/DateParser.py: fix dates of the format of JAN 2000
svn: r3662
2004-10-23 03:56:48 +00:00
Alex Roitman
4df725c5c2
* src/plugins/TimeLine.py: Remove old Date.UNDEF usage.
...
svn: r3660
2004-10-22 15:35:47 +00:00
Don Allingham
ce0ffc7035
* src/DateParser.py: fix dates of the format of JAN 2000
...
svn: r3659
2004-10-22 04:07:02 +00:00
Don Allingham
9cd7247c0b
* src/GrampsCfg.py: eliminate unused options
...
* src/gramps.glade: eliminate unused options
svn: r3649
2004-10-19 16:42:15 +00:00
Don Allingham
436c0bf940
* src/GrampsBSDDB.py: add dbopen task to provide access to the
...
db object
* src/ReadGedcom.py: Reduce number of accesses to the database file
svn: r3648
2004-10-19 03:19:25 +00:00
Alex Roitman
282c5e8079
* src/plugins/IndivComplete.py: Bring book item options in sync
...
with the standalone options.
svn: r3647
2004-10-19 00:52:16 +00:00
Alex Roitman
98f99c995a
* src/docgen/OpenSpreadSheet.py (write_text): Escape special
...
XML characters.
svn: r3644
2004-10-18 23:24:51 +00:00
Don Allingham
ef74b8d126
* src/EditPerson.py: saving grouping name, instead of surname for
...
updating of the person list
* src/ReadGedcom.py: save person and source as soon as created
* src/gramps_main.py: compare updates based off grouping name
instead of surname
svn: r3641
2004-10-17 23:17:30 +00:00
Alex Roitman
eb6fd70753
* src/plugins/rel_es.py: Correct levels.
...
svn: r3638
2004-10-17 19:31:38 +00:00
Don Allingham
5dca1c8f2a
* src/PeopleView.py: handle changing of surnames if the surname
...
needs to be removed from the list
svn: r3636
2004-10-16 21:03:38 +00:00
Don Allingham
0c41525cc2
* src/ReadGedcom.py: allow default when selecting override, add
...
the place properly on import
* src/gedcomimport.glade: allow default when selecting override
* src/gramps_main.py: don't lose track of active person after
a cancelled Add Person
svn: r3635
2004-10-16 17:26:04 +00:00
Don Allingham
c56d53ea02
* src/GrampsBSDDB.py: increase cachesize
...
* src/ReadGedcom.py: increment source count
* src/gedcomimport.glade: increment source count
* src/DateDisplay.py: handle BC
* src/DateParser.py: handle BC
* src/GrampsInMemDB.py: handle missing handles in find functions
* src/ReadGedcom.py: handle BC
* src/WriteGedcom.py: handle BC
* src/ReadXML.py: handle BC
svn: r3634
2004-10-16 05:10:35 +00:00
Alex Roitman
192a0a93bd
Update
...
svn: r3632
2004-10-15 01:34:22 +00:00
Don Allingham
ba1022342b
* src/docgen/OpenOfficeDoc.py: incorporated Julio Sanchez's
...
language patch
svn: r3631
2004-10-14 04:09:38 +00:00
Alex Roitman
3ca73fed25
* src/rule.glade: Clean up the filter definition dialog.
...
svn: r3629
2004-10-14 01:55:50 +00:00
Alex Roitman
0ef61522ab
* src/plugins/Makefile.am: Ship rel_es.py plugin.
...
* src/plugins/rel_es.py: Add to CVS.
svn: r3628
2004-10-13 20:59:23 +00:00
Don Allingham
4a668595e8
* src/DisplayModels.py: fix source display
...
* src/GrampsBSDDB.py: add abort_changes task
* src/GrampsDbBase.py: add abort_changes task
* src/GrampsInMemDB.py: add abort_changes task
* src/Makefile.am: Add target to build documentation using epydoc
* src/gramps.glade: Add abandon changes menu item. Not fully implemented yet
* src/gramps_main.py: add exit_and_undo
svn: r3623
2004-10-13 03:51:27 +00:00
Alex Roitman
c8a7f334a5
* src/gramps.glade: Remove "Save as" from toolbar.
...
svn: r3622
2004-10-12 20:13:55 +00:00
Don Allingham
867d29a862
* src/DisplayModels.py: fix initialization of self.map
...
svn: r3621
2004-10-12 02:18:30 +00:00
Don Allingham
4b4fd78f7e
* src/DateParser.py: dynamically detect numerical parsing based
...
off locale. Do not depend on strptime.
* src/Utils.py: remove last remains of SingleDate
* src/PeopleModel.py: display "error" instead of a blank string
on an error
* src/EventEdit.py: removed unused parameter
* src/Exporter.py: remove unused gnome.ui import
* src/plugins/FanChart.py: remove old Calendar reference
* src/plugins/Verify.py: remove old Calendar reference
svn: r3620
2004-10-12 01:29:39 +00:00
Alex Roitman
6e51f6b27d
* src/DateDisplay.py (_display_gregorian): Prepend month and
...
day with zeros if needed for the ISO format.
svn: r3619
2004-10-11 20:24:33 +00:00
Don Allingham
6078827986
* src/DateParser.py: try to detect illegal numerical dates
...
* src/Utils.py: not_too_old moved over from RelLib.py
* src/WriteGedcom.py: fix call to probably_alive
svn: r3618
2004-10-10 23:22:12 +00:00
Don Allingham
e6783320cb
* src/GrampsInMemDB.py: handle null handle
...
* src/GrampsXMLDB.py: disable undo during normal read of database
* src/ReadGedcom.py: handle lines shorter than 50 lines, disable undo during
normal reads of the database
* src/ReadXML.py: disable undo during normal read of databas
* src/RelLib.py: revert Name.__cmp__ to Name.is_equal
* src/docgen/HTMLDoc.py: drop deprecated gnome.ui dialogs
svn: r3617
2004-10-10 21:16:44 +00:00
Alex Roitman
f0f390f640
* src/data/tips.xml: Typo.
...
svn: r3615
2004-10-10 04:21:04 +00:00
Don Allingham
e23faa0f0e
* src/PeopleModel.py: sort top level nodes using locale.strcoll
...
svn: r3614
2004-10-09 23:03:09 +00:00
Matthieu Pupate
0d4103820e
Mise � jour
...
svn: r3613
2004-10-09 16:14:42 +00:00
Don Allingham
3f39d87e50
* src/GrampsDbBase.py: remove forced upper comparisons
...
svn: r3612
2004-10-09 03:54:42 +00:00
Don Allingham
8390e985c7
* src/EditPerson.py: support for locale selected patronymic
...
names. Allow patronymic name to be substituted for prefix on
the display
* src/RelLib.py: add __cmp__ for Name
* src/gramps.glade: provide name for the prefix field
svn: r3611
2004-10-09 01:35:58 +00:00
Alex Roitman
13d5991528
* src/GrampsCfg.py: Remove unused code.
...
* src/TipOfDay.py (TipParser.escape): Add method.
svn: r3610
2004-10-08 17:59:34 +00:00
Alex Roitman
acc5370e28
* src/GrampsCfg.py (build): Typo.
...
svn: r3609
2004-10-08 14:58:41 +00:00
Don Allingham
1122c2a147
update
...
svn: r3608
2004-10-08 04:16:12 +00:00
Don Allingham
f879df8672
* src/AddMedia.py: pychecker fixes
...
* src/DbPrompter.py: pychecker fixes
* src/DisplayModels.py: pychecker fixes
* src/GrampsDbBase.py: pychecker fixes
* src/GrampsInMemDB.py: pychecker fixes
* src/RelLib.py: move probably_alive to Utils
* src/Utils.py: added probably_alive
* src/WriteGedcom.py: probably_alive fixes
* src/WriteGedcom.py: probably_alive fixes
* src/plugins/WebPage.py: probably_alive fixes
* src/plugins/WebFtree.py: probably_alive fixes
* src/plugins/WebGeneWeb.py: probably_alive fixes
svn: r3607
2004-10-08 03:59:55 +00:00
Don Allingham
9aded03912
* src/NameEdit.py: integrate patches from Julio Sanchez to
...
fix surname prefix
* src/FamilyView.py: Handle add person post processing properly
svn: r3604
2004-10-07 17:48:29 +00:00
Alex Roitman
2240ae6ef5
* src/EventEdit.py (update_event): Typo.
...
svn: r3602
2004-10-07 12:38:31 +00:00
Don Allingham
5c2503b652
* src/ReadGedcom.py: remove extra commits
...
svn: r3601
2004-10-07 04:06:43 +00:00
Alex Roitman
7af735c6cf
* src/Makefile.am: Remove extra DESTDIR.
...
* src/docgen/Makefile.am: Remove extra DESTDIR, correct pycheck target.
* src/plugins/Makefile.am: Correct pycheck target.
svn: r3600
2004-10-06 19:16:26 +00:00
Don Allingham
15eb34737b
* src/docgen/PdfDoc.py: fixed register_book_doc call
...
* src/AddrEdit.py: pychecker fixes
* src/AttrEdit.py: pychecker fixes
* src/AutoComp.py: pychecker fixes
* src/ChooseParents.py: pychecker fixes
* src/DbPrompter.py: pychecker fixes
* src/DisplayModels.py: pychecker fixes
* src/EventEdit.py: pychecker fixes
* src/FamilyView.py: pychecker fixes
* src/Filter.py: pychecker fixes
* src/GenericFilter.py: pychecker fixes
* src/GrampsCfg.py: pychecker fixes
* src/GrampsGconfKeys.py: pychecker fixes
* src/ImgManip.py: pychecker fixes
* src/PlaceView.py: pychecker fixes
* src/Plugins.py: pychecker fixes
* src/ReadGedcom.py: pychecker fixes
* src/ReadXML.py: pychecker fixes
* src/SelectChild.py: pychecker fixes
* src/SelectObject.py: pychecker fixes
* src/SelectPerson.py: pychecker fixes
* src/Sort.py: pychecker fixes
* src/SourceView.py: pychecker fixes
* src/Utils.py: pychecker fixes
* src/Witness.py: pychecker fixes
* src/WriteGedcom.py: pychecker fixes
* src/WriteXML.py: pychecker fixes
* src/gramps_main.py: pychecker fixes
svn: r3599
2004-10-06 03:42:54 +00:00
Don Allingham
2e6078301e
* src/docgen/PdfDoc.py: fixed regsiter_book_doc call
...
svn: r3598
2004-10-06 02:18:53 +00:00
Don Allingham
c1e56807b8
* src/ReadXML.py: name enhancements
...
* src/WriteXML.py: name enhancements
svn: r3596
2004-10-04 04:28:58 +00:00
Alex Roitman
d09e5128e6
* src/data/tips.xml: Add more tips.
...
svn: r3595
2004-10-04 03:42:38 +00:00
Don Allingham
825828690e
* src/Date.py: fix get_month_valid call
...
* src/DateDisplay.py: pychecker fixes
* src/EditPerson.py: pychecker fixes
* src/GrampDbBase.py: pychecker fixes
* src/Marriage.py: bring up to date with the DateParser
* src/PeopleView.py: pychecker fixes
* src/RelLib.py: pychecker fixes
svn: r3594
2004-10-03 21:04:54 +00:00
Alex Roitman
690a7e126a
* src/DateDisplay.py (display): Display text for text-only dates.
...
Closes # 1036846.
* src/plugins/Merge.py (date_match,range_compare): Use new
Date API. Closes # 1036852.
* src/plugins/WebPage.py: Use new Date API. Use correct module
for gconf keys access. Closes # 1036856.
* src/Sort.py (by_date): Use new Date API.
* src/plugins/AncestorReport.py: Use new Date API. Closes # 1036858.
* src/plugins/Ancestor.py: Correct use of handles.
Use new Date API. Closes # 1036859.
svn: r3593
2004-10-02 23:07:43 +00:00
Don Allingham
2b6bf2791f
* src/EditPerson.py: enhanced update/delete/add of person view
...
* src/PeopleModel.py: enhanced update/delete/add of person view
* src/PeopleView.py: enhanced update/delete/add of person view
* src/gramps_main.py: enhanced update/delete/add of person view
svn: r3592
2004-10-01 02:38:23 +00:00
Don Allingham
7189f043dc
* src/DisplayModels.py: change 0 to False
...
* src/EditPerson.py: copy current name info to name editor when invoking
* src/GrampsBSDDB.py: provide default name to group mapping
* src/GrampsDbBase.py: provide default name to group mapping
* src/GrampsInMemDB.py: provide default name to group mapping
* src/NameEdit.py: prompt for making name mapping override the default
or purely for the active name
* src/PeopleModel.py: handle name grouping
* src/PeopleView.py: handle name grouping
* src/QuestionDialog.py: Add QuestionDialog2 to allow two answers to
a dialog (instead of one being cancel)
* src/RelLib.py: grouping documentation
* src/gramps.glade: move button on EditPerson dialog
* src/gramps_main.py: goto active person after a redisplay
svn: r3591
2004-09-30 18:32:56 +00:00
Alex Roitman
5fa1ab20c2
Update
...
svn: r3590
2004-09-30 01:33:15 +00:00
Alex Roitman
096f288376
Update
...
svn: r3589
2004-09-29 23:00:28 +00:00
Alex Roitman
515b0fabb0
* src/gramps.glade: Left-justify the tips.
...
svn: r3588
2004-09-29 19:35:09 +00:00
Alex Roitman
716c45645d
* src/TipOfDay.py: Be tolerant to whitespace; allow markup in
...
the tips, enable random sequence of tips on each startup.
* src/data/tips.xml: Merge with old tips.
* src/data/tips.xml: Format the tips collection.
* src/data/tips.xml: Add huge collection of tips.
svn: r3586
2004-09-29 19:34:16 +00:00
Don Allingham
6a6677e240
* src/PeopleModel.py: sort based of "group as" value
...
* src/GrampsInMem.py: used "group as" value for surname list
* src/GrampsBSDDB.py: used "group as" value for surname list
* src/GrampsDbBase.py: accept "" and None for empty id values
svn: r3584
2004-09-29 03:19:01 +00:00
Don Allingham
b79615e888
* src/RelLib.py: Enhanced Name, adding patronymic name
...
support and display and sorting formats
* src/EditPerson.py: Name editing changes for the Primary
name
* src/NameEdit.py: support for patronymic names
* src/gramps.glade: NameEditor and EditPerson changes for
enhanced name support
* src/PeopleModel.py: remove unused map
* src/GrampsDbBase.py: remove unused map
svn: r3583
2004-09-29 02:06:46 +00:00
Alex Roitman
eacf050789
* src/DateParser.py: Better compliance with the RFC-2822.
...
svn: r3581
2004-09-27 20:15:38 +00:00
Alex Roitman
0bc3d3e285
Remove l10n from RFC dates
...
svn: r3578
2004-09-27 04:55:39 +00:00
Alex Roitman
be471c8276
* src/DateDisplay.py: Now proper capitalization for _MONS.
...
* src/DateParser.py: Support for the RFC-2822 dates (email standard).
* NEWS: Update.
* src/DateDisplay.py: don't rely on strftime, since it does not
svn: r3577
2004-09-27 04:20:43 +00:00
Don Allingham
37314056ca
* src/DateDisplay: don't rely on strftime, since it does not
...
handle dates before 1900
svn: r3576
2004-09-27 03:16:48 +00:00
Don Allingham
c218d7c4f0
* src/GrampsCfg.py: update RelLib display
...
* src/GrampsGconfKeys.py: import os
* src/RelLib.py: change _parser to parser and _display to display
svn: r3575
2004-09-26 03:08:53 +00:00
Don Allingham
7f94d0fb51
* src/const.py.in: remove calendar directory
...
* src/gramps_main.py: remove calendar directory
* configure.in: remove calendar directory
svn: r3574
2004-09-25 20:52:38 +00:00
Alex Roitman
5d5d0a36e2
* src/GrampsGconfKeys.py: Add to CVS -- split off key names.
...
* src/Makefile.am: Ship GrampsGconfKeys.
* src/ArgHandler.py: Use GrampsGconfKeys.
* src/DbPrompter.py: Use GrampsGconfKeys.
* src/EditPerson.py: Use GrampsGconfKeys.
* src/Exporter.py: Use GrampsGconfKeys.
* src/FamilyView.py: Use GrampsGconfKeys.
* src/GrampsDbBase.py: Use GrampsGconfKeys.
* src/ImageSelect.py: Use GrampsGconfKeys.
* src/MediaView.py: Use GrampsGconfKeys.
* src/Plugins.py: Use GrampsGconfKeys.
* src/Report.py: Use GrampsGconfKeys.
* src/StartupDialog.py: Use GrampsGconfKeys.
* src/TipOfDay.py: Use GrampsGconfKeys.
* src/Utils.py: Use GrampsGconfKeys.
* src/DateDisplay.py: Proper capitalization for _MONS.
* src/DateHandler.py: Use GrampsGconfKeys.
* src/GrampsCfg.py: Use GrampsGconfKeys.
* src/gramps_main.py: Use GrampsGconfKeys.
svn: r3573
2004-09-25 05:12:15 +00:00
Alex Roitman
f65f42f4ef
* src/data/gnome-mime-application-x-geneweb.png: Add to CVS.
...
* src/data/Makefile.am, src/plugins/Makefile.am: Ship new files.
* src/plugins/ImportGeneWeb.py, src/plugins/WriteGeneWeb.py,
src/plugins/genewebexport.glade: Add to CVS.
* src/data/gramps.applications, src/data/gramps.keys,
src/data/gramps.mime, src/data/gramps.xml: Add GeneWeb format.
svn: r3572
2004-09-24 22:42:21 +00:00
Don Allingham
ac86b176a0
* src/DateDisplay.py: use LC_TIME and D_FMT to determine
...
the locale date format
* src/DateHandler.py: en.US to en_US
* src/ReadGedcom.py: Allow user overriding of character set
* src/StartupDialog.py: remove date entry setting
* src/gedcomimport.glade: Allow user overriding of character set
* src/gramps.py: set LC_TIME based of LANG
* src/data/gramps.schemas: remove date entry setting
* src/DateDisplay.py: use unicode encodings for french months
svn: r3571
2004-09-24 22:05:46 +00:00
Don Allingham
30013bfbac
* src/Date.py: display calendar
...
* src/DateParser.py: parse based on calendars
* src/DateDisplay.py: use unicode encodings for french monts
svn: r3570
2004-09-23 21:32:07 +00:00
Don Allingham
72880d4599
* src/EditPerson.py: change sort mechanism to new Date sort value
...
* src/FamilyView.py: change sort mechanism to new Date sort valu
* src/Sort.py: remove unused sorting functions
svn: r3569
2004-09-23 02:25:07 +00:00
Alex Roitman
8ccb4cebe9
* src/GrampsInMemDB.py: Remove unused modules.
...
svn: r3567
2004-09-21 04:32:18 +00:00
Don Allingham
f0fbb72dc4
* src/GrampsBSDDB.py: fix remove_person and count_person
...
* src/GrampsInMemDB.py: fix remove_person and count_person
svn: r3566
2004-09-21 03:17:07 +00:00
Alex Roitman
a133a3d6c0
* src/Date.py (get_high_year): Add method to return upper estimate.
...
* src/AddSpouse.py: Correctly use upper and lower date estimates.
* src/ChooseParents: Correctly use upper and lower date estimates.
svn: r3565
2004-09-21 02:10:23 +00:00
Alex Roitman
7d9e841ff0
Update
...
svn: r3564
2004-09-21 01:24:32 +00:00
Alex Roitman
79e34708b1
* src/DateEdit.py: Use new Date's set() method. Enable help.
...
svn: r3563
2004-09-21 01:19:55 +00:00
Alex Roitman
8fffcbc87e
* src/gramps_main.py: Remov unused module.
...
* src/DateDisplay.py (verify_format): Correct check.
* src/Date.py (is_regular): Add method to detect exact single
non-empty dates; (set): Add text string as an optional argument.
* src/DateEdit.py: Use DateHandler instead of low-level DateDisplay;
(check): Display yellow LED for anything other than regular dates.
svn: r3562
2004-09-21 00:58:39 +00:00
Alex Roitman
446449de7d
* src/gramps.glade: Add LED button widgets to the sourceref editor.
...
* src/Sources.py (SourceEditor.__init__): Use DateEdit to support
LED functionality; (SourceEditor.on_sourceok_clicked): Set date using
date object, instead of parsing text.
svn: r3561
2004-09-20 23:26:41 +00:00
Alex Roitman
1487014730
* src/DateEdit.py (DateEdit.invoke_date_editor):
...
Check the built date and display LED (closes # 1031065).
* src/Sources.py (draw): Properly display date for sourceref;
(on_sourceok_clicked): Properly parse date for sourceref
(closes # 1031156).
svn: r3560
2004-09-20 17:56:26 +00:00
Don Allingham
e5b8384463
* src/Date.py: remove comment field
...
* src/DateParser.py: add parsing of Month Day1-Day2, Year
* src/RelLib.py: make date parsers/displayers global to resolve
pickle-ing problem
* src/EditPerson.py: update lists before committing to database
svn: r3559
2004-09-20 03:12:51 +00:00
Alex Roitman
f9fb4cd962
* src/Date.py (is_equal): Add method -- needed to compare dates
...
for being identical, since __cmp__ only compares the sorting value
and ignores the modifiers.
* src/RelLib.py (Event.are_equal, LdsOrd.are_equal):
Use is_equal() method to compare dates.
* src/AddrEdit.py: Use is_equal() method to compare dates.
* src/EventEdit.py: Use is_equal() method to compare dates.
* src/gramps.glade (date_edit): Re-order widgets, add hot keys;
(event_edit, addr_edit): Remove button relief as in editPerson.
svn: r3558
2004-09-20 01:53:59 +00:00
Don Allingham
97fd0bc7d5
* src/gramps.glade: remove button border for date editor button
...
* src/DateDisplay.py: fix quality prefix display
svn: r3557
2004-09-19 23:05:25 +00:00
Alex Roitman
75ec685b66
* src/DateEdit.py: Take date object as an argument and work with it.
...
* src/AddrEdit.py: Use date object instead of text.
* src/EditPerson.py: Use date object instead of text.
* src/EventEdit.py: Use date object instead of text.
* src/gramps.glade: Minor cleanup.
* src/Date.py (copy): Add method.
* src/RelLib.py (Address): Correct the use of dates.
svn: r3556
2004-09-19 15:17:57 +00:00
Don Allingham
d382d7b094
* src/GrampsInMemDB.py: new base class for in memory databases, such
...
as XML or GEDCOM
* src/GrampGEDDB.py: use new GrampsInMemDB base class
* src/GrampXMLDB.py: use new GrampsInMemDB base class
* src/Makefile.am: add GrampsInMemDB.py
* src/ReadGedcom.py: remove debug statements
svn: r3555
2004-09-19 04:11:34 +00:00
Alex Roitman
b9d8abee14
* src/DateEdit.py (DateEdit): Take care of both the button and
...
the LED pixmap now; Invoke DateEditorDialog if the button is pressed;
(DateEditorDialog): Correct the use of constants; adjust the date
on the calendar change; preserve the old date unless OK was pressed;
* src/AddrEdit.py: Remove date editor callback in favor of DateEdit.
* src/EditPerson.py: Remove date editor callback in favor of DateEdit.
* src/EventEdit.py: Remove date editor callback in favor of DateEdit.
* src/gramps.glade: Minor cleanup; remove unused signal handlers.
svn: r3554
2004-09-18 23:39:40 +00:00
Alex Roitman
b66cf9e5f0
* src/DateParser.py: Minor cleanup.
...
svn: r3553
2004-09-18 04:11:48 +00:00
Alex Roitman
b4ab304891
* src/gramps.glade: Add date_edit dialog.
...
* src/DateEdit.py (DateEditorDialog): Add class.
* src/Date.py (get_quality): Typo.
* src/AddrEdit.py: Use date editor callback.
* src/EditPerson.py: Use date editor callback.
* src/EventEdit.py: Use date editor callback.
* src/AddrEdit.py: Add date editor callback
* src/EditPerson.py: Add date editor callback
* src/EventEdit.py: Add date editor callback
svn: r3552
2004-09-18 03:58:30 +00:00
Don Allingham
ac2ebca5ea
* src/gramps.glade: replace LED indicators with buttons
...
svn: r3551
2004-09-18 02:50:30 +00:00
Don Allingham
9c8e337e96
* src/DateDisplay.py: use locale.nl_langinfo to get month
...
names without manual encoding
* src/DateParser.py: use locale.nl_langinfo to get month
names without manual encoding
svn: r3550
2004-09-17 23:52:09 +00:00
Don Allingham
a32207e5c5
update
...
svn: r3549
2004-09-17 04:32:01 +00:00
Don Allingham
b0457d5439
update
...
svn: r3548
2004-09-17 04:26:25 +00:00
Don Allingham
73c7b86818
removed
...
svn: r3547
2004-09-17 04:25:16 +00:00
Don Allingham
33f604cb11
* src/Calendar.py: removed
...
* src/Gregorian.py: removed
* src/Hebrew.py: removed
* src/Julian.py: removed
* src/calendars/Islamic.py: removed
* src/calendars/Persian.py: removed
* src/calendars/Makefile.am: removed
* src/Date.py: New, simpler date structure
* src/DateHandler.py: Start of a class to abstract and select
parser and display functions based off locale
* src/DateParser.py: base date parsing class (US English)
* src/DateDisplay.py: base date display class (US English)
* src/DateEdit.py: handle new date method
* src/EditPerson.py: handle new date method
* src/EventEdit.py: handle new date method
* src/GrampsCfg.py: removed redundant options due to new date class
* src/StartupDialog.py: removed redundant options due to new date class
* src/Makefile.am: handle file changes
* src/Sort.py: handle new date method
* src/ReadGedcom.py: handle new date method
* src/ReadXML.py: handle new date method
* src/WriteGedcom.py: handle new date method
* src/WriteXML.py: handle new date method
* src/RelLib.py: handle new date method
* src/gramps_main.py: handle new date method
* src/gramps.glade: handle new date method
svn: r3546
2004-09-17 03:30:04 +00:00
Tim Waugh
46b32a5619
2004-09-14 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py: Fixed SF bug #1009695 .
svn: r3543
2004-09-14 13:51:18 +00:00
Tim Waugh
71e20a6585
2004-09-14 Tim Waugh <twaugh@redhat.com>
...
* src/docgen/PSDrawDoc.py (PSDrawDoc.__init__): Fixed base method
call (missing parameter).
* src/docgen/SvgDrawDoc.py (SvgDrawDoc.__init__): Likewise.
svn: r3542
2004-09-14 13:00:35 +00:00
Tim Waugh
cda63e2a63
2004-09-13 Tim Waugh <twaugh@redhat.com>
...
* src/GenericFilter.py (IsAncestorOfFilterMatch.apply): Fixed
thinko.
svn: r3539
2004-09-13 18:08:04 +00:00
Tim Waugh
72008e1b8b
2004-09-13 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py (event_info): Prevent constructions like
"died in before 1901" by playing safe if the mode is not exact.
svn: r3536
2004-09-13 15:46:00 +00:00
Alex Roitman
0b77a1a3a5
* src/ReadGedcom.py (parse_person_event): Use TYPE field as the description of the event, if the event already has a name.
...
svn: r3535
2004-09-11 23:24:08 +00:00
Alex Roitman
e452661db4
* src/GrampsDbBase.py: Fix assert statements.
...
svn: r3533
2004-09-10 22:40:00 +00:00
Alex Roitman
8acca822ba
* src/gramps.glade: Typo.
...
svn: r3532
2004-09-09 14:46:40 +00:00
Alex Roitman
dccb19009d
* src/plugins/FilterEditor.py (ShowResults.__init__):
...
Use gramps IDs instead of handles for display.
svn: r3530
2004-09-09 02:59:48 +00:00
Alex Roitman
7d41926284
* src/EditPlace.py (on_web_go_clicked): Typo.
...
svn: r3528
2004-09-01 15:11:10 +00:00
Alex Roitman
466aaebfd6
* src/ReadXML.py (start_witness): Properly use handle of witness.
...
* src/Witness.py (WitnessTab.redraw): Use gramps ID for display;
(WitnessEditor.remove_itself_from_menu): Typo;
(WitnessEditor.ok_clicked): Catch exception and add error dialog.
svn: r3526
2004-09-01 04:57:44 +00:00
Don Allingham
10161013ea
* src/RelLib.py (GenderStats.guess_gender): back out
...
incorrect patch
* src/Witness.py: handle new_name error
* src/SelectPerson.py: remove unused crud left over from
1.0, grab handle instead of GRAMPS ID
svn: r3525
2004-09-01 03:47:10 +00:00
Alex Roitman
fda6ccbc5c
* src/Sources.py (SourceTab.redraw, SourceSelector.redraw):
...
Use gramps ID instead of handle for display.
* src/ImageSelect.py (GlobalMediaProperties.display_refs):
Use gramps ID instead of handle for display.
svn: r3523
2004-08-31 18:27:57 +00:00
Don Allingham
76196868d7
* src/AddMedia.py: use new MediaList update routine
...
* src/DisplayModels.py: new update list routine
* src/ImageSelect.py: use new MediaList update routine
* src/MediaView.py: use new MediaList update routine
* src/PlaceView.py: new update list routine
* src/SourceView.py: new update list routine
svn: r3521
2004-08-31 03:51:05 +00:00
Don Allingham
ec92261a5a
* src/GrampsBSDDB.py: add remove_place function
...
* src/DisplayModels.py: added row deletion and updating
functions
* src/EditPlace.py: Make a distinction between update and
new
* src/EditSource.py: Make a distinction between update and
new
* src/PeopleModel.py: remove debugging code
* src/PlaceView.py: better handling of updating and deleiting
* src/SourceView.py: better handling of updating and deleiting
svn: r3520
2004-08-30 03:50:33 +00:00
Don Allingham
4ec5ccd047
* src/DbPrompter.py: cleanup dialogs
...
* src/EditPerson.py: update screen properly
* src/PeopleModel.py: handle stored maps correctly
* src/PeopleView.py: handle stored maps correctly
* src/gramps_main.py: eliminate unnecessary rebuilds, display
loading dialog
* src/gramp.glade: loading dialog
svn: r3519
2004-08-29 05:45:40 +00:00
Don Allingham
7fe1cc5113
* src/RelLib.py: guess_gender fix
...
* src/gramps_main.py: drop unused goto_active_person parameter
svn: r3518
2004-08-29 02:36:00 +00:00
Don Allingham
e07ffbcdd4
* src/EditPerson.py: make a distiction between adding a person
...
and editing a person.
* src/PeopleView.py: drop unused goto_active_person parameter
* srcgramps_main.py: drop unused goto_active_person parameter
svn: r3517
2004-08-28 19:49:34 +00:00
Tim Waugh
9459c36c2e
2004-08-27 Tim Waugh <twaugh@redhat.com>
...
* src/SelectObject.py (SelectObject.redraw): Use GRAMPS ID for
user display.
svn: r3516
2004-08-27 13:35:24 +00:00
Don Allingham
b147e4e72f
* src/DisplayModels.py: fix place and source lists
...
* src/PlaceView.py: fix place lists
* src/SourceView.py: fix source lists
svn: r3515
2004-08-27 03:41:57 +00:00
Don Allingham
f9f9ea670b
* src/Sort.py: use locale.strcoll for sorting
...
* src/RelLib.py: don't use accent for sort name
* src/EditPerson.py: compare edited ID value properly
* src/Marriage.py: compare edited ID value properly
* src/PeopleModel.py: use locale.strcoll for comparing
* src/GrampsBSDDB.py: use locale.strcoll for comparing/sorting
* src/GrampsDbBase.py: use locale.strcoll for comparing/sorting
* src/DbPrompter.py: handle bad filenames a bit better
svn: r3514
2004-08-26 21:54:14 +00:00
Don Allingham
4ab4faa6ba
* src/gramps_main.py: update properly after an edit
...
* src/Utils.py: generate correct path name, using gramps id
instead of handle
* src/ImageSelect.py: select correct path name for thumbnail
* src/PeopleModel.py: move to a table driven format for
handling columns
svn: r3513
2004-08-26 04:03:11 +00:00
Matthieu Pupate
990b9faf7b
Corrected some errors
...
svn: r3512
2004-08-25 20:28:42 +00:00
Tim Waugh
e1024a5cc8
2004-08-25 Tim Waugh <twaugh@redhat.com>
...
* src/WriteGedcom.py (GedcomWriter.write_person): Removed
debugging noise.
svn: r3511
2004-08-25 07:57:05 +00:00
Tim Waugh
b29af77888
2004-08-25 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py (Person.parents_too_old): Fixed typo.
svn: r3510
2004-08-25 07:53:44 +00:00
Don Allingham
1f12cdd680
* src/DisplayModels.py: handle a closed database in on_get_value
...
* src/PeopleModel.py: handle a closed database in on_get_value
svn: r3509
2004-08-25 03:37:48 +00:00
Don Allingham
2c2655d899
* src/ImageSelect.py: Display GRAMPS ID, not DB handle
...
* src/WriteGedcom.py: handle image file problems when exporting
svn: r3508
2004-08-25 03:25:23 +00:00
Don Allingham
b163c0304d
* src/ReadXML.py: Fix file copy problem, handle copy failure
...
* src/src/ImageSelect.py: Display GRAMPS ID, not DB handle
* src/plugins/WebPage.py: web page enhancements, including
a place index.
svn: r3507
2004-08-25 03:02:25 +00:00
Tim Waugh
a8627b81b3
2004-08-24 Tim Waugh <twaugh@redhat.com>
...
* src/MediaView.py (MediaView.on_select_row): Use the correct
column for DB handle.
(MediaView.on_select_row): Display GRAMPS ID, not DB handle.
(MediaView.build_context_menu): Use the correct column for DB
handle.
(MediaView.on_edit_clicked): Likewise.
(MediaView.on_delete_clicked): Likewise.
svn: r3506
2004-08-24 18:05:18 +00:00
Tim Waugh
c5bad7a635
2004-08-24 Tim Waugh <twaugh@redhat.com>
...
* src/WriteXML.py: Write out 'default' tag on people node for
compatibility with GRAMPS 1.0.x.
svn: r3505
2004-08-24 10:24:17 +00:00
Alex Roitman
0929184cad
* src/GrampsDbBase.py (get_object_from_gramps_id,
...
get_source_from_gramps_id, get_place_from_gramps_id): Add placeholder
functions with assertions.
svn: r3503
2004-08-24 05:09:50 +00:00
Alex Roitman
f596ef108a
* src/ArgHandler.py (auto_save_load): Remove new db creation for BSDDB.
...
svn: r3502
2004-08-24 04:55:32 +00:00
Alex Roitman
c99cf190cd
* src/EdirPerson.py (__init__): Typos.
...
svn: r3501
2004-08-24 04:51:11 +00:00
Don Allingham
aa0165c0a7
a person is not alive.
...
svn: r3500
2004-08-24 04:15:23 +00:00
Don Allingham
0e9346bfff
* src/PeopleModel.py: enhanced column_spouse
...
* src/RelLib.py: enhance probably_alive to check for "Cause
of Death", "Burial", and "Cremation" events to indicate that
a person is not alive.
* src/const.py.in: add support for "Marriage Banns"
* src/ReadXML.py: set last change time, support handles
svn: r3499
2004-08-24 04:14:08 +00:00
Don Allingham
e0eb81544c
* src/Utils.py: produce less line noise when generating
...
handles
* src/WriteGedcom.py: save CHAN records
* src/WriteXML.py: save handles and time stamps
* src/GrampsDbBase.py: make the find_xxx_from_handle functions
consistent and correct (handle ids correctly)
* src/DisplayModels.py: add last change column
* src/PeopleModel.py: add last change column
* src/PeopleView.py: add last change column
* src/MediaView.py: add last change column
* src/SourceView.py: add last change column
* src/EditPerson.py: display last change timestamps
* src/EditPlace.py: display last change timestamps
* src/Marriage.py: display last change timestamps
* src/ReadXML.py: set last change time
* src/gramps.glade: updates for last change display
svn: r3498
2004-08-24 03:48:15 +00:00
Alex Roitman
ce2b902131
* src/DbPrompter.py (ExistingDbPrompter.chooser,
...
ImportDbPrompter.chooser): Destroy file chooser on failure (#1014254 ).
svn: r3497
2004-08-23 22:50:35 +00:00
Alex Roitman
73d8bdafdc
* src/const.py.in: Add gramps-package mime type.
...
* src/ArgHandler.py (auto_save_load): Subclass database depending
on the format.
svn: r3496
2004-08-23 22:39:41 +00:00
Alex Roitman
7f2b5265da
* src/data/Makefile.am: Kill gconfd using SIGTERM -- HUP did not work.
...
svn: r3495
2004-08-23 22:17:09 +00:00
Alex Roitman
7737a11926
Add keys for last import and export dirs
...
svn: r3494
2004-08-23 22:07:23 +00:00
Alex Roitman
fb8b2ff943
* src/Plugins.py: Add native_format flag to import plugin registration.
...
* src/ReadXML.py, src/ReadGedcom.py: Register as native formats
to prevent loading twice on File->Open.
* src/data/gramps.schemas: Add keys for last import and export dirs.
* src/GrampsCfg.py (get_last_import_dir, save_last_import_dir,
get_last_export_dir, save_last_export_dir): Add functions.
* src/Exportder.py (suggest_filename): Try last export and last
import folders before falling back to Home; (save): Save export folder.
* src/Utils.py (get_new_filename): Add optional folder argument.
* src/DbPrompter.py (ExistingDbPrompter.chooser): Only add
importers for non-native formats, the rest is already taken care of;
Try last file, last import, last export, then home folders;
(ImportDbPrompter.chooser): Save import folder; Try last import,
last file, last export, then home folders.
(NewNativeDbPrompter): Try last file, last import, last export folders,
then fall back to home.
svn: r3493
2004-08-23 22:05:55 +00:00
Alex Roitman
0153cf36bc
* src/plugins/WebPage.py: Use gramps ID for naming the files
...
and creating links.
svn: r3492
2004-08-23 18:40:25 +00:00
Alex Roitman
6d709a5c94
* src/docgen/AbiWord2Doc.py, src/docgen/AsciiDoc.py,
...
src/docgen/HtmlDoc.py, src/docgen/KwordDoc.py,
src/docgen/OpenOfficeDoc.py, src/docgen/PdfDoc.py,
src/docgen/RTFDoc.py: Translate type descriptions; correct print_label.
svn: r3491
2004-08-23 17:30:47 +00:00
Alex Roitman
7eada1b47d
* src/plugins/Ancestors.py (event_info): Check whetehr place
...
exists before getting its title (#1014412 ).
svn: r3489
2004-08-23 17:04:14 +00:00
Alex Roitman
934a763ae2
* src/plugins/DetAncestralReport.py (write_children):
...
Check whether event exists (#1014414 ).
* src/plugins/IndivComplete.py (write_alt_names): Correct the
use of handle (#1014411 ); (write_fact, write_sources, write_person):
Use gramps id, not handle, for displaying source references.
svn: r3488
2004-08-23 16:59:13 +00:00
Alex Roitman
ab83541b89
* src/EdirPerson.py (__init__): Use handle instead of ID ( #1014224 ).
...
svn: r3487
2004-08-23 16:27:02 +00:00
Alex Roitman
87eb0778e2
* src/NameEdit.py: Proper use of ComboBoxEntry widgets ( #1014238 ).
...
svn: r3486
2004-08-23 16:22:38 +00:00
Alex Roitman
acde3be300
* src/RelLib.py: (probably_alive): Fixed typo (bug #1014223 ).
...
svn: r3485
2004-08-23 16:05:22 +00:00
Tim Waugh
237ff088c7
2004-08-23 Tim Waugh <twaugh@redhat.com>
...
* src/WriteGedcom.py (GedcomWriter.write_sources): Write sources
in ID order for easier change tracking.
svn: r3483
2004-08-23 11:26:24 +00:00
Tim Waugh
aaf6a71702
(XmlWriter.write_ref): Fixed typo.
...
svn: r3482
2004-08-23 11:14:38 +00:00
Tim Waugh
1795b036c9
2004-08-23 Tim Waugh <twaugh@redhat.com>
...
* src/GrampsDbBase.py (GrampsDbBase.find_source_from_handle): Set
GRAMPS ID on new source (bug #1014246 ).
svn: r3481
2004-08-23 10:42:36 +00:00
Don Allingham
f8b1715b41
* src/Marriage.py: pychecker fixes
...
* src/RelLib.py: pychecker fixes
* src/SelectChild.py: pychecker fixes
* src/SelectObject: pychecker fixes
* src/SourceView.py: pychecker fixes
* src/Sources.py: pychecker fixes
* src/StyleEditor.py: pychecker fixes
* src/TarFile.py: pychecker fixes
* src/TipOfDay.py: pychecker fixes
* src/Utils.py: pychecker fixes
* src/WriteXML.py: pychecker fixes
svn: r3480
2004-08-22 23:16:57 +00:00
Tim Waugh
b9c493f2af
2004-08-23 Tim Waugh <twaugh@redhat.com>
...
* src/WriteGedcom.py (GedcomWriter.write_families): Write families
in GRAMPS ID order for easier change tracking.
svn: r3479
2004-08-22 23:11:30 +00:00
Matthieu Pupate
fe96a04e1d
Correcting forgotten articles
...
svn: r3478
2004-08-22 21:03:16 +00:00
Tim Waugh
8e5fde6f38
(GedcomWriter.fid): Use GRAMPS ID not DB handle.
...
svn: r3477
2004-08-22 16:33:31 +00:00
Tim Waugh
8afdb56aee
* src/WriteGedcom.py (GedcomWriter.export_data): Write individuals
...
out in GRAMPS ID order.
svn: r3476
2004-08-22 16:30:43 +00:00
Tim Waugh
960890fd7d
(XmlWriter.write_object): Use GRAMPS ID not DB handle.
...
svn: r3475
2004-08-22 16:19:45 +00:00
Tim Waugh
3660a257ed
2004-08-22 Tim Waugh <twaugh@redhat.com>
...
* src/ReadXML.py (GrampsParser.start_object): Set GRAMPS ID.
svn: r3474
2004-08-22 16:18:33 +00:00
Tim Waugh
49e9629d04
(XmlWriter.write_xml_data): Fixed families output by preventing
...
confusion between handles and GRAMPS IDs.
svn: r3473
2004-08-22 12:52:33 +00:00
Tim Waugh
53f650655a
(XmlWriter.write_family_handle): Use GRAMPS ID not DB handle.
...
(XmlWriter.write_xml_data): Sort family IDs before writing.
svn: r3472
2004-08-22 12:45:47 +00:00
Tim Waugh
243aacca4f
(XmlWriter.write_xml_data): Fixed people output by preventing
...
confusion between handles and GRAMPS IDs.
svn: r3471
2004-08-22 12:37:44 +00:00
Tim Waugh
89ca5db49f
(XmlWriter.write_xml_data): Sort person handles before writing.
...
svn: r3470
2004-08-22 12:21:01 +00:00
Tim Waugh
f581818afa
2004-08-22 Tim Waugh <twaugh@redhat.com>
...
* src/WriteXML.py (write_xml_data): Fixed typo causing XML export to
omit all place definitions.
svn: r3469
2004-08-22 12:06:19 +00:00
Tim Waugh
afbd8750aa
2004-08-22 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py (probably_alive): Fixed typo (bug #1012347 ).
svn: r3468
2004-08-22 09:15:26 +00:00
Alex Roitman
74c1a75bfe
* src/WriteGedcom.py (write_sources, write_person, write_ord):
...
Use gramps id instead of handle.
* src/GenericFilter.py: Check object for being not None.
svn: r3467
2004-08-22 05:33:37 +00:00
Alex Roitman
136d64ab89
* src/plugins/Check.py: Import const module.
...
* src/PedView.py: Add person to the list even if there are no parents.
svn: r3466
2004-08-22 01:41:53 +00:00
Alex Roitman
076fa45195
* src/ReadGedcom.py (parse_record, parse_individual, parse_ord,
...
parse_adopt_event): Don't include "@" signs into family gramps id.
* src/PedView.py (find_tree): Correctly retrieve parents.
svn: r3465
2004-08-21 20:43:34 +00:00
Alex Roitman
5222330f5c
* src/plugins/Verify.py (on_apply_clicked): Use gramps id for
...
display; (get_year): Corrections.
svn: r3464
2004-08-21 19:09:52 +00:00
Alex Roitman
1790aef639
* src/GrampsDbBase.py (find_event_from_handle):
...
Add transaction argument
svn: r3463
2004-08-21 18:58:19 +00:00
Alex Roitman
a75338f737
* src/AddSpouse.py, src/ChooseParents.py, src/EditPerson.py,
...
src/EditPlace.py, src/EditSource.py, src/EventEdit.py,
src/FamilyView.py, src/GenericFilter.py,
src/Marriage.py, src/PedView.py, src/PeopleModel.py,
src/PlaceView.py, src/RelLib.py, src/SelectChild.py,
src/Sort.py, src/SourceView.py, src/SubstKeywords.py,
src/WriteGedcom.py, src/WriteXML.py, src/plugins/AncestorReport.py,
src/plugins/Ancestors.py, src/plugins/ChangeTypes.py,
src/plugins/DescendReport.py, src/plugins/DetDescendantReport.py,
src/plugins/EventCmp.py, src/plugins/FamilyGroup.py,
src/plugins/FanChart.py, src/plugins/FtmStyleAncestors.py,
src/plugins/FtmStyleDescendants.py, src/plugins/GraphViz.py,
src/plugins/IndivComplete.py, src/plugins/IndivSummary.py,
src/plugins/Merge.py, src/plugins/RelCalc.py, src/plugins/RelGraph.py,
src/plugins/Summary.py, src/plugins/TimeLine.py, src/plugins/Verify.py,
src/plugins/WebPage.py, src/plugins/WriteCD.py,
src/plugins/WritePkg.py, src/plugins/DetAncestralReport.py:
Use get_event_from_handle (not find_ ).
svn: r3462
2004-08-21 18:56:01 +00:00
Alex Roitman
55a76f77e1
* src/ReadGedcom.py (parse_record): Get objects from handles;
...
(handle_source): Refer to handle, not the object;
(parse_source): Use gramps id (not handle) to form the title.
* src/GrampsDbBase.py (get_person_from_handle): Typo;
(find_event_from_handle): Correctly create new event if not found.
* src/Sources.py (draw): Correctly sort, use gramps id when
displaying sources; (redraw): Use gramps id in the list view.
svn: r3461
2004-08-21 18:13:18 +00:00
Alex Roitman
4a41bfa1a0
* src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key.
...
* src/GrampsCfg.py (get_screen_size_checked,
save_screen_size_checked): Add functions.
* src/gramps_main.py: Enable sidebar depending on the screen
if the screen size has not been checked yet.
* src/ChooseParents.py: Set the size request depending on the screen.
* src/Marriage.py: Set the size request depending on the screen.
* src/gramps.glade (marriageEditor): Unset the height request
for the event list.
svn: r3459
2004-08-21 04:33:55 +00:00
Alex Roitman
10b30bf57e
* src/data/gramps.schemas: Add /apps/gramps/interface/size-checked key.
...
* src/GrampsCfg.py (get_screen_size_checked,
save_screen_size_checked): Add functions.
* src/gramps_main.py: Enable sidebar depending on the screen
if the screen size has not been checked yet.
svn: r3458
2004-08-21 04:05:51 +00:00
Alex Roitman
7b7c071bd8
Update
...
svn: r3457
2004-08-21 04:00:53 +00:00
Don Allingham
3e5827b671
* src/gramps_main.py: update family display after EditPerson
...
* src/EditPerson.py: fix callback
svn: r3456
2004-08-21 03:36:00 +00:00
Alex Roitman
ff9390c56c
Update
...
svn: r3455
2004-08-21 03:31:51 +00:00
Alex Roitman
37b30dbc2c
* src/plugins/Verify.py (on_apply_clicked): Append warnings
...
to errors instead of overwriting; determine actual dates of burial
and baptism; (get_year): Correctly compare calendar names.
* src/plugins/rel_it.py: removed translatable strings (should be
already italian).
* src/plugins/IndivComplete.py (_get_report_filters):
Set both ancestor and descendant filters to be inclusive.
* src/plugins/RelGraph.py (get_report_filters):
Set both ancestor and descendant filters to be inclusive.
* src/plugins/TimeLine.py (_get_report_filters):
Set both ancestor and descendant filters to be inclusive.
* src/plugins/WebPage.py (get_report_filters):
Set both ancestor and descendant filters to be inclusive.
* src/plugins/WriteFtree.py (__init__):
Set both ancestor and descendant filters to be inclusive.
* src/plugins/Ancestors.py (person_name): Use translated name type.
svn: r3454
2004-08-20 21:55:29 +00:00
Alex Roitman
fe4427adf8
* src/WriteGedcom.py (get_option_box): Make filters inclusive.
...
* src/plugins/merge.glade: Switch button order to comply with HIG.
* src/mergedata.glade: Switch button order to comply with HIG.
* src/plugins/RelGraph.py (get_default_basename): Add function.
* src/plugins/AncestorReport.py (write_report): Translate
string properly.
* src/EventEdit.py (update_event): Use transtable.
* src/EditPerson.py (on_event_add_clicked, on_edit_birth_clicked,
on_edit_death_clicked, on_event_update_clicked):
Pass TransTable to the event editor.
* src/Marriage.py (on_add_clicked, on_event_update_clicked):
Pass TransTable to the event editor.
* src/plugins/FtmStyleAncestors.py,
src/plugins/FtmStyleDescendants.py:
Remove extra space between vars in "%(.*_place)s %(.*_notes)s"
* src/plugins/verify.glade: Translate button label.
* src/plugins/IndivSummary.py: Proper handling of translation.
* src/docgen/OpenOfficeDoc.py (pt2cm): Add function;
(draw_text): Convert points to cm for the box width;
Use self.string_width() method.
* src/BaseDoc.py (string_width): Add a method to compute width.
* src/docgen/LPRDoc.py (string_width): Override method.
* src/docgen/PdfDoc.py: Use self.string_width() method.
* src/docgen/SvgDrawDoc.py: Use self.string_width() method.
* src/plugins/AncestorChart2.py: Use self.doc.string_width() method.
* src/plugins/AncestorChart.py: Use self.doc.string_width() method.
* src/plugins/DesGraph.py: Use self.doc.string_width() method.
* src/plugins/FanChart.py: Use self.doc.string_width() method.
* src/plugins/TimeLine.py: Use self.doc.string_width() method.
* src/plugins/eval.glade: HIG compliance.
svn: r3453
2004-08-20 21:26:51 +00:00
Alex Roitman
0dd92d0a5c
* src/plugins/rel_da.py: Convert to new interface. Add to CVS.
...
* src/plugins/rel_fi.py: Convert to new interface. Add to CVS.
* src/plugins/rel_fr.py: Convert to new interface. Add to CVS.
* src/plugins/rel_no.py: Convert to new interface. Add to CVS.
* src/plugins/rel_sv.py: Convert to new interface. Add to CVS.
* src/plugins/Makefile.am: Ship new files.
* src/Relationship.py (apply_filter): Keep gender info of all
member in the relationship chain, not just number of generations;
(is_spouse): correctly compare handles; (get_relationship_distance,
get_relationship, get_grandparents_string): correctly use apply_filter.
* src/plugins/rel_it.py (get_relationship): Correctly use apply_filter.
* src/plugins/rel_hu.py (get_relationship): Correctly use apply_filter.
* src/plugins/rel_de.py (is_spouse): Remove function;
(get_relationship): Correctly use apply_filter.
* src/plugins/rel_ru.py (is_spouse): Remove function;
(get_relationship): Correctly use apply_filter.
svn: r3452
2004-08-20 19:10:01 +00:00
Tim Waugh
a79457e20b
2004-08-20 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py (Event.are_equal): Fixed comparison with None.
svn: r3451
2004-08-20 13:44:48 +00:00
Don Allingham
f741527b55
* src/plugins/RelCalc.py: use empty string instead of None
...
* src/EditPerson.py: pychecker fixes
* src/EditPlace.py: pychecker fixes
* src/EditSource.py: pychecker fixes
* src/GenericFilter.py: pychecker fixes
* src/GrampsCfg.py: pychecker fixes
* src/ImageSelect.py: pychecker fixes
* src/ListModel.py: pychecker fixes
* src/MediaView.py; pychecker fixes
* src/MergeData.py: pychecker fixes
* src/PedView.py: pychecker fixes
* src/PeopleView.py: pychecker fixes
* src/PlaceView.py: pychecker fixes
* src/Plugins.py: pychecker fixes
* src/RelImage.py: pychecker fixes
* src/Relationship.py: pychecker fixes
svn: r3450
2004-08-20 12:11:56 +00:00
Tim Waugh
7a22617b52
2004-08-20 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/RelCalc.py (__init__): Handle unknown birth dates.
svn: r3449
2004-08-20 11:58:06 +00:00
Tim Waugh
fad53895fe
2004-08-20 Tim Waugh <twaugh@redhat.com>
...
* src/Calendar.py (calendar_names): Fixed typo.
svn: r3448
2004-08-20 11:14:15 +00:00
Don Allingham
79d9cf86b2
update
...
svn: r3447
2004-08-20 03:36:32 +00:00
Don Allingham
c38890095d
* src/AutoComp.py: remove double display of data
...
* src/FamilyView.py: remove unused check
* src/GrampsBSDDB.py: search by gramps_id
* src/GrampsDbBase.py: search by gramps_id, unicode/str conversions
* src/Marriage.py: handle gramps_id editing
* src/ReadXML.py: fix handle/gramps_id on import
* src/plugins/RelCalc.py: display date instead of event handle
* src/Relationship.py: family handles working
* src/PeopleModel.py: comment out unused functions
* src/PeopleModel.py: simplify model interface
* src/AddSpouse.py: get_family_from_handle fixes
* src/EditPerson.py: get_family_from_handle fixes
* src/EditSource.py: get_family_from_handle fixes
* src/GraphLayout.py: get_family_from_handle fixes
* src/ImageSelect.py: get_family_from_handle fixes
* src/MediaView.py: get_family_from_handle fixes
* src/MergeData.py: get_family_from_handle fixes
* src/PlaceView.py: get_family_from_handle fixes
* src/ReadXML.py: get_family_from_handle fixes
* src/RelLib.py: get_family_from_handle fixes
* src/Relationship.py: get_family_from_handle fixes
* src/SelectChild.py: get_family_from_handle fixes
* src/SourceView.py: get_family_from_handle fixes
* src/SubstKeywords.py: get_family_from_handle fixes
* src/WriteXML.py: get_family_from_handle fixes
* src/gramps_main.py: get_family_from_handle fixes
svn: r3446
2004-08-20 02:20:06 +00:00
Matthieu Pupate
6faf21155f
Corrected typo
...
svn: r3445
2004-08-19 22:10:26 +00:00
Don Allingham
76fc2f32ce
remove print statements
...
svn: r3444
2004-08-19 21:47:26 +00:00
Don Allingham
bfc08ca83a
* PeopleModel.py: simplify model interface
...
* EditPerson.py: get_family_from_handle fixes
* EditSource.py: get_family_from_handle fixes
* GraphLayout.py: get_family_from_handle fixes
* ImageSelect.py: get_family_from_handle fixes
* MediaView.py: get_family_from_handle fixes
* MergeData.py: get_family_from_handle fixes
* PlaceView.py: get_family_from_handle fixes
* ReadXML.py: get_family_from_handle fixes
* RelLib.py: get_family_from_handle fixes
* Relationship.py: get_family_from_handle fixes
* SelectChild.py: get_family_from_handle fixes
* SourceView.py: get_family_from_handle fixes
* SubstKeywords.py: get_family_from_handle fixes
* WriteXML.py: get_family_from_handle fixes
* gramps_main.py: get_family_from_handle fixes
* plugins/AncestorChart.py: get_family_from_handle fixes
* plugins/AncestorChart2.py: get_family_from_handle fixes
* plugins/AncestorReport.py: get_family_from_handle fixes
* plugins/Ancestors.py: get_family_from_handle fixes
* plugins/Check.py: get_family_from_handle fixes
* plugins/CountAncestors.py: get_family_from_handle fixes
* plugins/Desbrowser.py: get_family_from_handle fixes
* plugins/DescendReport.py: get_family_from_handle fixes
* plugins/DetAncestralReport.py: get_family_from_handle fixes
* plugins/DetDescendantReport.py: get_family_from_handle fixes
* plugins/FamilyGroup.py: get_family_from_handle fixes
* plugins/FanChart.py: get_family_from_handle fixes
* plugins/FtmStyleAncestors.py: get_family_from_handle fixes
* plugins/FtmStyleDescendants.py: get_family_from_handle fixes
* plugins/GraphViz.py: get_family_from_handle fixes
* plugins/IndivComplete.py: get_family_from_handle fixes
* plugins/IndivSummary.py: get_family_from_handle fixes
* plugins/Merge.py: get_family_from_handle fixes
* plugins/RelGraph.py: get_family_from_handle fixes
* plugins/Verify.py: get_family_from_handle fixes
* plugins/WebPage.py: get_family_from_handle fixes
* plugins/WriteCD.py: get_family_from_handle fixes
* plugins/WritePkg.py: get_family_from_handle fixes
* plugins/rel_de.py: get_family_from_handle fixes
* plugins/rel_hu.py: get_family_from_handle fixes
* plugins/rel_ru.py: get_family_from_handle fixes
svn: r3443
2004-08-19 21:35:16 +00:00
Matthieu Pupate
b190a6ffc4
Moving from fr.po to fr_FR.po
...
svn: r3442
2004-08-19 20:09:23 +00:00
Tim Waugh
2f7713e586
2004-08-19 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py (probably_alive): Use get_family_from_handle instead
of find_family_from_handle.
svn: r3441
2004-08-19 17:07:37 +00:00
Tim Waugh
3fa7d9d620
2004-08-19 Tim Waugh <twaugh@redhat.com>
...
* src/WriteGedcom.py (get_persons_sources): Remove extra calls to
get_handle() to prevent traceback.
svn: r3440
2004-08-19 17:04:55 +00:00
Don Allingham
d9a18f1aa8
* src/DisplayModels.py: simplify internal iter handling.
...
Move to a single list instead of multiple dictionaries.
svn: r3439
2004-08-19 16:49:16 +00:00
Tim Waugh
376924ab95
2004-08-19 Tim Waugh <twaugh@redhat.com>
...
* src/gramps_main.py (import_tool_callback): Set home person.
svn: r3438
2004-08-19 16:35:07 +00:00
Don Allingham
f163c5628e
* src/ChooseParents.py: use get_family_from_handle instead
...
of find_family_from_handle
svn: r3437
2004-08-19 16:00:40 +00:00
Don Allingham
369424d4a1
* src/EditPerson.py: fix None gramps_id for new person
...
* src/PeopleModel.py: add sort_name back in
svn: r3435
2004-08-19 03:44:10 +00:00
Alex Roitman
ec9ab8a6d9
* configure.in: Check for pygtk instead of pygtk-dev.
...
* src/accent.py: Replace unknown chars with "?".
svn: r3434
2004-08-19 03:33:11 +00:00
Don Allingham
44870279d4
* src/accent.py: provide sorting on i18n characters without
...
accents
* src/Makefile.am: add accent.py to list
svn: r3433
2004-08-19 02:37:35 +00:00
Alex Roitman
bf450f901a
Update .cvsignore files
...
svn: r3430
2004-08-18 04:46:30 +00:00
Alex Roitman
f78376424b
Remove autogenerated files
...
svn: r3429
2004-08-18 04:35:25 +00:00
Don Allingham
ec9723a390
* src/RelImage.py: remove PIL
...
* src/Imgmanip.py: remove PIL
* src/MediaView.py: remove PIL
* src/accent.py: support of unaccenting characters for comparison,
and sorting
* src/RelLib.py: build sort name using unaccented version
* src/PeopleView.py: get bold working again
* src/PeopleModel.py: sort using unaccented characters
svn: r3428
2004-08-18 03:55:55 +00:00
Tim Waugh
baa5ec71f4
2004-08-17 Tim Waugh <twaugh@redhat.com>
...
* src/FamilyView.py (spouse_changed): Update display.
svn: r3418
2004-08-17 16:58:34 +00:00
Tim Waugh
97bb9eebd2
2004-08-16 Tim Waugh <twaugh@redhat.com>
...
* src/gramps_main.py (__init__): Update display after initialization.
This fixes a display problem when family view is the default.
svn: r3409
2004-08-16 13:31:35 +00:00
Tim Waugh
a5068998c3
2004-08-16 Tim Waugh <twaugh@redhat.com>
...
* src/RelLib.py: Fixed typo.
svn: r3408
2004-08-16 13:28:41 +00:00
Tim Waugh
9b48c6f2b5
Failing pkill is not fatal.
...
svn: r3407
2004-08-16 13:23:38 +00:00
Tim Waugh
24eaecfc66
2004-08-16 Tim Waugh <twaugh@redhat.com>
...
* src/data/gramps.desktop: Fixed.
svn: r3403
2004-08-16 11:11:15 +00:00
Tim Waugh
c1a1ecfd7d
2004-08-16 Tim Waugh <twaugh@redhat.com>
...
* src/data/Makefile.am: Fix 'distcheck' as much as possible.
svn: r3402
2004-08-16 09:32:07 +00:00
Tim Waugh
33ce8339d9
2004-08-15 Tim Waugh <twaugh@redhat.com>
...
* src/data/Makefile.am: Make 'distcheck' get further.
svn: r3398
2004-08-15 21:31:28 +00:00
Tim Waugh
9282bf8407
2004-08-15 Tim Waugh <twaugh@redhat.com>
...
* src/Makefile.am: Removed src/Find.py.
svn: r3395
2004-08-15 19:46:02 +00:00
Don Allingham
3a9130f5ad
* various: Updated cleaned up API
...
svn: r3388
2004-08-13 04:34:07 +00:00
Marcos Bedinelli
35105859a1
Updated Brazilian-Portuguese translation
...
svn: r3377
2004-08-12 00:28:24 +00:00
Don Allingham
49a98dba83
* src/GenericFilter.py: fixed find/get_family_from_handle
...
* src/WriteGedcom.py: fixed find/get_family_from_handle
svn: r3375
2004-08-11 17:00:38 +00:00
Don Allingham
90de8501ff
* src/AddrEdit.py: setCountry -> set_country
...
* src/RelLib.py: Add concept of PrimaryObject
* src/GrampsDbBase.py: add local constants
* src/ReadGedcom.py: support new API
svn: r3374
2004-08-11 16:22:36 +00:00
Tim Waugh
f1dad71117
2004-08-11 Tim Waugh <twaugh@redhat.com>
...
* src/GrampsDbBase.py: Fixed some missed str()s.
svn: r3373
2004-08-11 16:12:08 +00:00
Alex Roitman
7a8aade876
* src/Makefile.am: Ship new files: GrampsDbBase.py, GrampsXMLDB.py,
...
and GrampsGEDDB.py.
svn: r3372
2004-08-11 05:06:28 +00:00
Don Allingham
93c5dbebcd
* src/RelLib.py: rework of the API
...
* src/*.py: rework of the api
svn: r3371
2004-08-11 03:42:38 +00:00
Don Allingham
082907d675
* various: change try_to_find_*_from_handle to
...
get_*_from_handle
svn: r3355
2004-08-07 05:16:57 +00:00
Don Allingham
cddd8ed8af
update
...
svn: r3354
2004-08-07 03:11:04 +00:00
Don Allingham
0843d5033a
* src/AutoComp.py: switch over entirely to ComboBox for
...
autocompletion
* src/GenericFilter.py: support ComboBox
* src/TransTable.py: sort items on getting keys
* src/plugins/FilterEditor.py: support ComboBox
* src/plugins/SoundGen.py: support ComboBox
* src/plugins/soundex.glade: support ComboBox
svn: r3346
2004-08-06 03:08:27 +00:00
Don Allingham
e2122c9d67
* src/AttrEdit.py: use ComboBox
...
* src/NameEdit.py: use ComboBox
* src/gramps.glade: use ComboBox
* src/plugins/ChangeTypes.py: use ComboBox
* src/plugins/changetype.glade: use ComboBox
svn: r3333
2004-08-05 04:14:21 +00:00
Frode Jemtland
ef4ed776c0
Updated the Norwegian po files from the new template.po.... Can't see any new records, but the file has been changed.
...
svn: r3327
2004-08-04 08:07:22 +00:00
Don Allingham
1f7594cfee
* src/WriteXML.py: always write the default location for a place
...
* src/EditPerson.py: don't for write of multimedia objects if
not edited
* src/ImageSelect.py: don't for write of multimedia objects if
not edited
* src/AutoComp.py: build ListStore for ComboBox and Entry
* src/AddSpouse.py: use ComboBox
* src/Marriage.py: use ComboBox
* src/gramps.glade: Switch from gtk.Combo to gtk.ComboBox and
gtk.ComboxEntry
* src/EventEdit.py: handle autocompletion
* src/RelLib.py: remove cPickle import
* src/GrampsDbBase.py: fix has_handle functions
svn: r3325
2004-08-04 04:53:29 +00:00
Don Allingham
732242d0b7
added
...
svn: r3311
2004-08-01 21:39:22 +00:00
Don Allingham
4be4ae9e76
* src/WriteGedcom.py: move up from plugins directory
...
* src/ReadGedcom.py: move up from plugins directory
* src/gedcomimport.glade: move up from plugins directory
* src/gedcomexport.glade: move up from plugins directory
svn: r3310
2004-08-01 21:38:50 +00:00
Don Allingham
eda23b8ecc
* src/AddSpouse.py: fix gender selection
...
* src/DbPrompter.py: support other DB formats
* src/GrampsBSDDB.py: BSDDB format, derived from GrampsDbBase
* src/GrampsDbBase.py: base class for database classes
* src/GrampsGEDDB.py: GEDCOM format, derived from GrampsDbBase
* src/GrampsXMLDB.py: XML format, derived from GrampsDbBase
* src/PeopleModel.py: handle rebuilds better
* src/RelLib.py: use try_to_find_person_from_handle
* src/WriteXML.py: use gramps ids instead of handles
* src/const.py.in: handle family relations correctly
* src/gramps_main.py: remove prefix settings
* src/data/gnome-mime-application-x-gramps-xml.png: new icon
* src/data/gramps.applications: support for x-gramps-xml
* src/data/gramps.keys: support for x-gramps-xml
* src/data/gramps.mime: support for x-gramps-xml
* src/data/gramps.schemas: added event format
* src/data/gramps.xml: support for x-gramps-xml
* src/plugins/ReadGedcom.py: start of GEDDB support
* src/plugins/WriteGedcom.py: start of GEDDB support
svn: r3306
2004-08-01 04:21:31 +00:00
Don Allingham
b82c4dbe10
Added GrampsBSDDB.py
...
svn: r3304
2004-07-31 04:34:11 +00:00
Don Allingham
1cd90a8bb0
* src/const.py.in: fix relationship types
...
svn: r3303
2004-07-31 03:51:34 +00:00
Don Allingham
74917677ad
* src/GrampsBSDDB.py: broke out support for database class to
...
make it easier to support multiple backends in the future
* src/RelLib.py: broke out support for database class to
make it easier to support multiple backends in the future
* src/AddSpouse.py: better support for gay unions
* src/ChooseParents.py: better support for gay unions
* src/FamilyView.py: better support for gay unions
* src/Marriage.py: better support for gay unions
* src/ReadXML.py: better support for gay unions
* src/gramps.glade: better support for gay unions
* src/gramps_main.py: better support for gay unions
* src/Check.py: better support for gay unions
* src/ReadGedcom.py: better support for gay unions
svn: r3302
2004-07-30 18:56:49 +00:00
Alex Roitman
e74691df11
* src/GrampsCfg.py: Remove unneeded id_edit widget.
...
* src/gramps.glade: Manually switch toolbar items from
to ToolButtons to buttons to work around libglade bug. Remove
unused id_edit widget and the label.
* src/mergedata.glade: Switch button order to comply with HIG.
* src/plugins/merge.glade: Switch button order to comply with HIG.
svn: r3294
2004-07-29 04:40:09 +00:00
Alex Roitman
be8ec8fd9d
* src/data/Makefile.am: Uninstall everything that we install.
...
svn: r3291
2004-07-28 23:38:34 +00:00
Don Allingham
95e62181d3
* src/RelLib.py, etc.: convert get_id to get_handle
...
svn: r3290
2004-07-28 02:29:07 +00:00
Alex Roitman
01c169c0f4
* src/data/Makefile.am: Use HUP instead of default SIGTERM.
...
svn: r3284
2004-07-26 21:30:05 +00:00
Alex Roitman
de638cb2b4
* src/data/Makefile.am: Execute `pkill gconfd'.
...
svn: r3282
2004-07-26 04:10:05 +00:00
Frode Jemtland
d6e01e420a
Translated some new strings. Changed the first character to lower case on month names.
...
svn: r3280
2004-07-21 08:02:41 +00:00
Alex Roitman
0dacb06822
* src/GrampsCfg.py: More re-work of gconf usage.
...
* src/StartupDialog.py: Access keys through GrampsCfg methods.
* src/TipOfDay.py: Access keys through GrampsCfg methods.
* src/gramps_main.py: More re-work of gconf usage.
* src/data/gramps.schemas: More re-work of gconf usage.
* src/gramps.glade: Hotkey corrections.
svn: r3278
2004-07-20 02:27:55 +00:00
Alex Roitman
31044b29c8
Update
...
svn: r3277
2004-07-15 04:54:14 +00:00
Alex Roitman
7fe496e788
Update
...
svn: r3276
2004-07-15 04:25:46 +00:00
Alex Roitman
b49494c697
* src/ArgHandler.py: Convert to new gconf usage.
...
* src/Report.py: Convert to new gconf usage.
svn: r3275
2004-07-15 02:55:22 +00:00
Alex Roitman
e776ef23bf
* src/data/gramps.schemas: Cleanup.
...
* src/data/Makefile.am: Clen up install rule. Add uninstall rule.
* src/StartupDialog.py: Correct use of keys.
* src/GrampsCfg.py: Correct usage of gconf.
* src/DbPrompter.py: Remove unused module.
* src/SelectChild.py: Remove unused module.
* src/SelectObject.py: Remove unused module.
* src/WriteXML.py: Remove unused module.
* src/gramps_main.py: Convert to new gconf usage.
* src/FamilyView.py: Convert to new gconf usage.
* src/AddSpouse.py: Convert to new gconf usage.
* src/ChooseParents.py: Convert to new gconf usage.
* src/EditPerson.py: Convert to new gconf usage.
* src/EditPlace.py: Convert to new gconf usage.
* src/EditSource.py: Convert to new gconf usage.
* src/EventEdit.py: Convert to new gconf usage.
* src/ImageSelect.py: Convert to new gconf usage.
* src/Marriage.py: Convert to new gconf usage.
* src/MediaView.py: Convert to new gconf usage.
* src/MergeData.py: Convert to new gconf usage.
* src/PedView.py: Convert to new gconf usage.
* src/Plugins.py: Convert to new gconf usage.
* src/RelLib.py: Convert to new gconf usage.
* src/TipOfDay.py: Convert to new gconf usage.
* src/plugins/AncestorChart2.py: Remove unused module.
* src/plugins/AncestorChart.py: Remove unused module.
* src/plugins/BookReport.py: Remove unused module.
* src/plugins/FanChart.py: Remove unused module.
* src/plugins/Partition.py: Remove unused module.
* src/plugins/Desbrowser.py: Convert to new gconf usage.
* src/plugins/Merge.py: Convert to new gconf usage.
* src/plugins/RelCalc.py: Convert to new gconf usage.
* src/plugins/WebPage.py: Convert to new gconf usage.
svn: r3274
2004-07-15 02:54:04 +00:00
Alex Roitman
b8d93e28ef
* src/data/gramps.schemas: Add to CVS.
...
* src/data/Makefile.am: Install schemas.
* configure.in: Insert AM_GCONF_SOURCE_2 macro.
svn: r3273
2004-07-14 04:39:05 +00:00
Alex Roitman
13289f62b0
* src/plugins/WriteGedcom.py: Fix image path problem.
...
svn: r3272
2004-07-14 01:44:04 +00:00
Alex Roitman
4d0e990880
* src/Exporter.py: Fix EXPAND/FILL state of the chooser widget.
...
* src/DbPrompter.py (SaveAsDbPrompter): Remove class.
svn: r3271
2004-07-13 13:47:37 +00:00
Don Allingham
b0ee937576
* src/plugins/WriteGedcom.py: use the correct id value
...
svn: r3270
2004-07-13 04:21:05 +00:00
Alex Roitman
3245788657
* src/plugins/ReadGedcom.py (GedcomParser.__init__): Use
...
universal newline mode to work with Mac newlines.
svn: r3269
2004-07-13 03:08:35 +00:00
Alex Roitman
52510afa71
* src/Exporter.py: Keep track of added extra pages.
...
* src/plugins/WriteGedcom.py: Switch from radiobuttons to menu
for the encoding choice.
* src/plugins/gedcomexport.glade: Clean up interface.
svn: r3267
2004-07-12 21:29:15 +00:00
Don Allingham
9d96849481
* src/FamilyView.py: handle deleting of parent properly
...
* src/plugins/WriteGedcom.py: revert to using GRAMPS ID values
* src/plugins/WriteXML.py: use proper ID values
* src/FamilyView.py: fix removal of parents
svn: r3265
2004-07-11 23:53:02 +00:00
Alex Roitman
eb60dadb3f
* src/WriteXML.py: Add person to the export function arugments.
...
svn: r3264
2004-07-11 06:08:35 +00:00
Alex Roitman
beb52b0c80
* src/plugins/gedcomexport.glade: Update to work with the druid.
...
svn: r3263
2004-07-11 06:04:55 +00:00
Alex Roitman
53396a3d49
* src/plugins/WriteGedcom.py: Rewrite to enable passing the
...
options interface.
* src/Exporter.py: Use options if given by the plugin.
svn: r3262
2004-07-11 06:03:07 +00:00
Alex Roitman
2cd11d3eae
* NEWS: Update.
...
* src/Exporter.py: Clean up, add doc strings.
* src/plugins/WriteGedcom.py: Change registration.
Use command-line export for the time being (all defaults).
svn: r3259
2004-07-10 23:31:28 +00:00
Don Allingham
8dfaa35d11
* src/AddMedia.py: Handle the new file selector
...
* src/MediaView.py: redraw list properly
svn: r3258
2004-07-10 04:49:53 +00:00
Alex Roitman
b19b35077b
Update
...
svn: r3257
2004-07-09 23:01:19 +00:00
Alex Roitman
cdbdb9ead0
* src/Report.py (parse_report_options_frame): Use integer 1 and 0
...
instead of True and False for the pagebreak option.
svn: r3256
2004-07-09 20:28:30 +00:00
Alex Roitman
4491c62a4a
* src/gramps_main.py (on_export_activate): Switch to new Exporter.
...
* src/WriteXML.py: Change registration. Return 1 on success and
0 when on failure.
* src/Utils.py (get_new_filename): Add function.
* src/DbPrompter.py (get_new_filename): Remove function.
* src/Exporter.py: Add to CVS.
* src/Makefile.am: Ship Exporter.py.
* src/Plugins.py (register_export): Change to the new scheme.
svn: r3254
2004-07-09 18:19:47 +00:00
Don Allingham
c75caa9b05
* src/ChooseParents.py: build an exclusion list of those
...
obviously not the parents
* src/EditPerson.py: allow ID value to be edited
* src/RelLib.py: Add try_to_find_from_gramps_id
* src/ImageSelect.py: catch OSError
svn: r3253
2004-07-09 04:31:43 +00:00
Alex Roitman
d89e54a693
* src/DbPrompter.py: Handle package export.
...
* src/plugins/WritePkg.py: Register with the new scheme.
* src/plugins/ReadPkg.py: Minor cleanups.
* src/WriteXML.py: Minor cleanups.
svn: r3249
2004-07-03 04:46:51 +00:00
Alex Roitman
a0acc27543
* src/DbPrompter.py (SaveAsDbPrompter.change_suggested_name):
...
Add method; (SaveAsDbPrompter.chooser): Make dialog a class attribute.
Connect handler to the filter change event; (get_new_filename): Make
a module function (outside any class).
svn: r3248
2004-07-02 15:33:16 +00:00
Don Allingham
ef0516a415
* src/gramps_main.py: disable find old "find" function
...
* src/gramps.glade: enable TreeView find function
* src/PeopleView.py: don't unselect a row if it isn't a valid person.
svn: r3247
2004-07-02 02:53:51 +00:00
Alex Roitman
e27d4726ea
* src/gramps_main.py (on_export_activate): Delegate work
...
to DbPrompter.
* src/WriteXML.py: Register with the new scheme.
* src/DbPrompter.py (SaveAsDbPrompter): Add class.
svn: r3246
2004-07-01 04:09:55 +00:00
Don Allingham
3421c1971a
* src/FamilyView.py: fix reordering of children
...
* src/ChooseParents.py: get filters working again
* src/AddSpouse.py: update display after addition of person
* src/Utils.py: new id generation algorithm
svn: r3245
2004-06-30 04:06:10 +00:00
Don Allingham
29d18998d1
* src/ChooseParents.py: fix parent selection
...
* src/FamilyView.py: fix update of parents after selction
* src/PeopleView.py: fix update of parents after selction
* src/gramps_main.py: fix update of parents after selction
* src/EditPerson.py: fix person id reference
svn: r3244
2004-06-29 03:51:49 +00:00
Alex Roitman
11bc557be3
* src/RelLib.py: gramps id fixes.
...
* src/ReadXML.py: gramps id fixes.
* src/plugins/ReadGedcom.py: gramps id fixes.
svn: r3243
2004-06-29 02:33:25 +00:00
Alex Roitman
5976ec97ef
* src/plugins/WebPage.py (IndividualPage.write_urls):
...
Add function; (IndividualPage.create_page): use write_urls().
svn: r3242
2004-06-28 19:08:15 +00:00
Alex Roitman
c670c6267a
* src/DbPrompter.py: Add new class for new, existing, and import
...
prompters. Enable opening any format on the startup.
* src/gramps_main.py: Use new DbPrompter classes.
* src/ArgHandler.py: Use new DbPrompter classes.
svn: r3239
2004-06-28 18:16:42 +00:00
Alex Roitman
2aa25d1711
Typo
...
svn: r3238
2004-06-28 13:20:33 +00:00
Alex Roitman
e0973cb653
* src/DbPrompter.py: Add NewNativeDbPrompter class for setting up
...
a native database. Enable opening any format on the startup.
* src/gramps_main.py: Use NewNativeDbPrompter when opening
non-native data.
svn: r3237
2004-06-28 13:19:06 +00:00
Don Allingham
3213e0e928
fix import
...
svn: r3236
2004-06-28 01:27:37 +00:00
Don Allingham
97377f426d
* src/gramps_main.py: fix import problem
...
svn: r3234
2004-06-27 18:08:19 +00:00
Don Allingham
4c76be91dd
* src/gramps_main.py: dropped New Database message. After all, it should
...
be incredibly obvious.
* src/Utils.py: create_id to generate random internal ID
* src/RelLib.py: new internal ID support
* src/AddSpouse.py: bug fixes
* src/ChooseParents.py: bug fixes
* src/PeopleModel.py: bug fixes
* src/PeopleView.py: bug fixes
* src/FamilyView.py: bug fixes
* src/Bookmarks.py: support for new internal IDs
* src/EditPerson.py: support for new internal IDs
* src/plugins/ReadGedcom.py: handle new internal IDs
svn: r3233
2004-06-27 03:10:06 +00:00
Alex Roitman
2faa14b1a7
* src/gramps_main.py (on_import_activate,on_export_activate):
...
Add methods.
* src/Plugins.py (build_import_menu,build_export_menu): Remove;
(register_export): Change to the new scheme.
* src/gramps.glade: Add handlers to Import and Export menus.
Rename Export to Save As..., add icons.
svn: r3232
2004-06-26 05:39:43 +00:00
Alex Roitman
2fea6471c7
* src/ArgHandler.py (handle_args): Add import callback call.
...
* src/gramps_main.py: Use open filters, mime types, and handlers
from import plugins.
* src/Plugins.py: Change import plugin registration.
* src/ReadXML.py: Change registration.
* src/plugins/ReadGedcom.py: Change registration.
* src/plugins/ReadPkg.py: Rewrite and change registration.
svn: r3231
2004-06-24 03:29:38 +00:00
Don Allingham
05440fbaa8
* src/EditPerson,py: allow reordering of event columns
...
* src/TransTable.py: allow to be initialized with a list instead of a map
* src/gramps.glade: allow reordering of event columns
* src/gramps_main.py: catch program_init exception
* src/ListModel.py: allow reordering of columns
svn: r3230
2004-06-23 04:54:33 +00:00
Alex Roitman
0f6a7c7a7f
* src/plugins/WriteCD.py (PackageWriter.on_ok_clicked):
...
Convert missing media handling to the database interface.
svn: r3228
2004-06-22 21:02:05 +00:00
Alex Roitman
12d6398750
* src/ArgHandler.py (parse_args): Switch from 'tgz' to 'gpkg'
...
for Gramps package; (handle_args): Use separate dir for all
import-produced files; (cl_export): Convert media objects export
to the database interface.
* src/ReadXML.py (importData): Copy all local (with respect to
the old XML way) media object files into <database>.images dir
(created if did not previously exist). Change objects' paths
accordingly; (GrampsParser.start_object): Do not modify path
in the parser. This way we know that the objects are local.
* src/RelLib.py (get_event_keys): Add method to GrampsDB class.
* src/plugins/WritePkg.py (PackageWriter.export):
Convert missing media handling to the database interface.
svn: r3227
2004-06-22 20:49:22 +00:00
Don Allingham
67bf4dff2b
add new images
...
svn: r3226
2004-06-22 03:05:28 +00:00
Alex Roitman
fcabe82c3d
Update
...
svn: r3225
2004-06-21 23:24:51 +00:00
Alex Roitman
6da362e2fa
* src/ArgHandler.py: Fixes.
...
* src/gramps_main.py: Don't show topWindow until ArgHandler is done.
* src/plugins/Summary.py: Fixes.
svn: r3224
2004-06-21 23:22:55 +00:00
Alex Roitman
de2c28febb
Fixes to context menu
...
svn: r3222
2004-06-21 21:23:35 +00:00
Alex Roitman
7cf73d3415
Update
...
svn: r3221
2004-06-21 19:59:48 +00:00
Alex Roitman
514e73aea0
* src/PedView.py: Fix anchors. Switch from storing person objects
...
to their IDs. Start on building Spouses and Siblings submenus
in the context menu.
svn: r3220
2004-06-21 17:08:51 +00:00
Alex Roitman
d2c7943f64
* src/data/gramps.keys, src/data/mime: Add package and GEDCOM.
...
svn: r3219
2004-06-21 13:56:58 +00:00
Alex Roitman
2e477a5936
* configure.in: Bump up the version number.
...
* src/gramps.py: Pass complete argument string.
* src/gramps_main.py: Pass popt table to gnome_init().
Always enable argument handling. (read_xml,read_pkg): Add functions.
* src/const.py.in: Define popt table, add all gnome options.
* src/ArgHandler.py: Add long options for gramps-specific options.
Add handling for the first filename argument. Use 'gramps-xml'
to denote old gramps (XML) format.
* src/DbPrompter.py: Add hint for the filename.
* src/plugins/ReadNative.py: Cosmetic changes.
* src/plugins/ReadPkg.py: Cosmetic changes.
* src/plugins/WritePkg.py: Typo.
* src/data/gramps.xml: Add mime type for gramps package.
* src/data/gramps.applications: Add gramps package to the list.
* src/data/Makefile.am: Typo.
* src/gramps_main.py: removed new database info message
* src/plugins/ReadGedcom.py: Fixed typos preventing import.
(i.e. set_type instead of SetType, etc.)
* Release: Version 1.1.0 "And now for something completely different"
released.
svn: r3218
2004-06-21 05:10:27 +00:00
Don Allingham
77fce526cf
* src/DisplayModels,py: faster sorting of places
...
* src/PlaceView,py: faster sorting of places
* src/RelLib,py: faster sorting of places
* src/gramp_main.py: removed new database info message
svn: r3217
2004-06-20 03:06:21 +00:00
Jason Salaz
33246ec700
src/plugins/ReadGedcom.py: Fixed typos preventing import
...
svn: r3216
2004-06-19 03:50:52 +00:00
Don Allingham
d2e29dc8d4
update
...
svn: r3214
2004-06-16 03:38:26 +00:00
Don Allingham
16addc35b4
update
...
svn: r3213
2004-06-15 03:51:18 +00:00
Don Allingham
c9a392961f
* src/RelLib.py: fix index for place map
...
* src/FamilyView.py: include person ID's
svn: r3212
2004-06-15 03:43:33 +00:00
Alex Roitman
a6bf7bd5a1
* src/gramps.glade: Typos.
...
* src/ImageSelect.py: Correctly update property editors on OK
and Cancel.
* src/EventEdit.py: Typo.
* src/Sources.py: Set change flag on deletion of the source reference.
* src/RelLib.py: Add media list into serialization and restore.
svn: r3206
2004-06-13 06:18:20 +00:00
Don Allingham
02a0fc3072
* src/filters/*: removed
...
* src/plugins/WritePkg.py: brought up to date
svn: r3205
2004-06-12 04:39:45 +00:00
Don Allingham
f0ca1ecf13
* src/plugins/WriteGedcom.py: brought up to date
...
* src/gramps_main.py: beta warning
svn: r3204
2004-06-09 23:59:03 +00:00
Alex Roitman
5eacb7c353
* src/MediaView.py: Pass parent to GlobalMediaProperties; typos.
...
* src/SelectObject.py: Typos.
* src/ImageSelect.py (LocalMediaProperties.__init__,
GlobalMediaProperties.__init__): Handle source tab.
* src/EventEdit.py: Handle gallery tab.
* src/WriteXML.py (dump_my_event): Write object references;
* src/gramps.glade: Add gallery tab to Event Editor; add source
tab to media property editor.
* src/RelLib.py (Event): Add media_list and related methods;
(ObjectRef): Inherit from SourceNote, remove unnecessary functions;
(GrampsDB.get_media_attribute_types): Add method.
* src/ReadXML.py (start_sourceref): Check for attribute before
the object. Objects may have attributes; (start_objref): Parse media
object references for Event records.
svn: r3199
2004-06-03 05:35:30 +00:00
Don Allingham
7113318c2b
* src/DisplayModels.py: support for Spouse column
...
* src/MediaView.py: fix try_to_find_object_from_id
* src/PeopleModel.py: support for Spouse column
* src/RelLib.py: handle expanding columns
svn: r3198
2004-06-03 03:28:46 +00:00
Don Allingham
bf5ad74a5d
* src/EditSource.py: try_to_find_person_from_id fix
...
* src/PedView.py: try_to_find_person_from_id fix
* src/Utils.py: try_to_find_person_from_id fix
svn: r3197
2004-05-31 03:50:06 +00:00
Don Allingham
d094e38abf
* various: installation fixes
...
svn: r3196
2004-05-28 04:04:04 +00:00
Don Allingham
9abe3ab152
* Makefiles: updated for installation
...
* src/data/gnome-mime-application-x-gramps.png: new icon
* src/data/gramps.svg: new icon
* src/data/gramps.xml: mime information
svn: r3195
2004-05-27 04:29:43 +00:00
Alex Roitman
e7878c26f3
Update
...
svn: r3194
2004-05-26 03:29:00 +00:00
Alex Roitman
7cc5d39fc9
* src/RelLib.py (Transaction.__len__): Redefine length.
...
* src/ChooseParents.py, src/EditPerson.py, src/EditSource.py,
src/EventEdit.py, src/FamilyView.py, src/gramps_main.py,
src/ImageSelect.py, src/Marriage.py, src/MediaView.py,
src/PedView.py, src/PeopleModel.py, src/PlaceView.py,
src/SelectChild.py, src/SelectObject.py, src/Sources.py,
src/SourceView.py, src/Utils.py, src/Witness.py,
src/WriteXML.py: Switch from find_* to try_to_find_* methods.
svn: r3193
2004-05-26 03:26:18 +00:00
Alex Roitman
6523c4ff2b
* src/plugins/ChangeTypes.py: Correct transaction.
...
* src/plugins/changetype.glade: HIGify dialog.
* src/plugins/PatchNames.py: Correct transaction.
svn: r3192
2004-05-26 02:51:45 +00:00
Alex Roitman
8ddbce94f0
* src/RelLib.py (try_to_find_person_from_id): Remove transaction;
...
(try_to_find_source_from_id, try_to_find_object_from_id,
try_to_find_place_from_id): Add functions.
* src/plugins/WriteCD.py, src/plugins/WritePkg.py,
src/plugins/WebPage.py, src/plugins/Verify.py,
src/plugins/TimeLine.py, src/plugins/Summary.py,
src/plugins/SoundGen.py, src/plugins/RelGraph.py,
src/plugins/RelCalc.py, src/plugins/PatchNames.py,
src/plugins/Merge.py, src/plugins/IndivSummary.py,
src/plugins/IndivComplete.py, src/plugins/GraphViz.py,
src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py, src/plugins/FilterEditor.py,
src/plugins/FanChart.py, src/plugins/FamilyGroup.py,
src/plugins/EventCmp.py, src/plugins/DetDescendantReport.py,
src/plugins/DetAncestralReport.py, src/plugins/DescendReport.py,
src/plugins/Desbrowser.py, src/plugins/CountAncestors.py,
src/plugins/Check.py, src/plugins/ChangeTypes.py,
src/plugins/BookReport.py, src/plugins/Ancestors.py,
src/plugins/AncestorReport.py, src/plugins/AncestorChart.py,
src/plugins/AncestorChart2.py, src/Relationship.py,
src/Sort.py, src/GenericFilter.py, src/SubstKeywords.py,
src/GraphLayout.py: Switch from find_* to try_to_find_* methods.
svn: r3191
2004-05-26 02:05:02 +00:00
Don Allingham
60a6973bbf
* src/PeopleModel.py: temporary fix for add person update
...
* src/PeopleView.py: temporary fix for add person update
svn: r3190
2004-05-25 03:41:35 +00:00
Don Allingham
eba1ed0ea1
* various: transactions are now required for commits
...
svn: r3186
2004-05-24 04:32:19 +00:00
Don Allingham
c174501b0f
* src/plugins/ReadGedcom.py: full support for undo
...
svn: r3183
2004-05-20 04:41:55 +00:00
Don Allingham
0013617a90
* src/ImageSelect.py: undo messages
...
* src/MediaView.py: undo messages
* src/RelLib.py: use db for undo status
svn: r3182
2004-05-20 00:12:14 +00:00
Don Allingham
79d9a39a9e
* various: undo messages
...
svn: r3181
2004-05-19 06:13:36 +00:00
Don Allingham
1e9b3cfc20
* src/GrampsCfg.py: added support for tip of the day
...
* src/data/tips.xml: tip data
* src/TipOfDay.py: support for tip of the day
* src/gramps_main.py: support for tip of the day
* src/const.py: support for tip of the day
* src/gramps.glade: support for tip of the day
svn: r3178
2004-05-18 07:00:34 +00:00
Don Allingham
5fcb9420c7
update
...
svn: r3175
2004-05-17 02:59:44 +00:00
Alex Roitman
0154f192f7
* src/plugins/ReorderIds.py: Display message and return.
...
svn: r3174
2004-05-17 01:06:09 +00:00
Alex Roitman
2882f9b479
* src/plugins/RelGraph.py (_get_event_label): Typo.
...
svn: r3173
2004-05-16 23:40:00 +00:00
Alex Roitman
00af3e0917
* src/plugins/RelGraph.py: Menu for family options.
...
svn: r3172
2004-05-16 16:12:04 +00:00
Alex Roitman
682c4e0217
* src/ReadXML.py: Typo.
...
svn: r3171
2004-05-16 05:34:20 +00:00
Alex Roitman
eeca791968
* src/plugins/RelGraph.py (_write_graph_record): Bug fixes.
...
* src/docgen/RTFDoc.py: Typo.
svn: r3170
2004-05-16 03:04:17 +00:00
Don Allingham
f7b1a747fd
* src/plugins/ReadGedcom.py: handle mangled temple format
...
produced by some tools
svn: r3169
2004-05-15 14:24:38 +00:00
Don Allingham
da607cf048
Fixed merging
...
svn: r3167
2004-05-13 23:48:40 +00:00
Don Allingham
2bd66d6b4c
pychecker fixes
...
svn: r3166
2004-05-13 22:45:51 +00:00
Alex Roitman
07cba5f931
* src/SubstKeywords.py (__init__): Typo.
...
svn: r3165
2004-05-13 22:42:42 +00:00
Alex Roitman
463ed4af7a
Update
...
svn: r3164
2004-05-13 18:31:48 +00:00
Alex Roitman
6603fe8932
* src/Plugins.py: Do not pass parent to the reports.
...
svn: r3163
2004-05-13 18:24:38 +00:00
Alex Roitman
929307150c
* src/RelLib.py (probably_alive): Typos.
...
svn: r3162
2004-05-13 18:12:37 +00:00
Alex Roitman
4f3839e0d0
* src/plugins/ChangeTypes.py: Use transaction for commits.
...
svn: r3161
2004-05-13 04:21:27 +00:00
Alex Roitman
653d5499ee
* src/plugins/Check.py: Use transaction for commits.
...
* src/plugins/PatchNames.py: Use transaction for commits.
svn: r3160
2004-05-13 04:18:47 +00:00
Alex Roitman
df99dc444d
* src/plugins/ChangeTypes.py: Remove Utils.modified() call.
...
* src/plugins/Check.py: Remove Utils.modified() call.
* src/plugins/PatchNames.py: Remove Utils.modified() call.
* src/plugins/ReadGedcom.py: Remove Utils.modified() call.
* src/plugins/ReorderIds.py: Remove Utils.modified() call.
* src/plugins/WriteCD.py: Remove Utils.modified() call.
* src/plugins/WritePkg.py: Remove Utils.modified() call.
* src/plugins/Merge.py: Typo.
svn: r3159
2004-05-13 00:49:17 +00:00
Don Allingham
a15bf019b2
* src/GrampsCfg.py: remove unused options
...
* src/gramps.glade: remove unused panels in preferences
* src/Plugins.py: removed xpm images
* src/EventEdit.py: get full event list
* src/plugins/AncestorChart.py: remove xpm image
* src/plugins/AncestorChart2.py: remove xpm image
* src/plugins/AncestorReport.py: remove xpm image
* src/plugins/Ancestors.py: remove xpm image
* src/plugins/BookReport.py: remove xpm image
* src/plugins/CustomBookText.py: remove xpm image
* src/plugins/DesGraph.py: remove xpm image
* src/plugins/DescendReport.py: remove xpm image
* src/plugins/DetAncestralReport.py: remove xpm image
* src/plugins/DetDescendantReport.py: remove xpm image
* src/plugins/FamilyGroup.py: remove xpm image
* src/plugins/FtmStyleAncestors.py: remove xpm image
* src/plugins/FtmStyleDescendants.py: remove xpm image
* src/plugins/IndivComplete.py: remove xpm image
* src/plugins/IndivSummary.py: remove xpm image
* src/plugins/Makefile.in: remove xpm image
* src/plugins/SimpleBookTitle.py: remove xpm image
* src/plugins/WebPage.py: remove xpm image
* src/RelLib.py: secondary index for event names
svn: r3158
2004-05-12 03:58:14 +00:00
Alex Roitman
09f9ce5288
* src/plugins/EventCmp.py: Remove extra code.
...
* src/plugins/eventcmp.glade: Remove extra widgets.
svn: r3157
2004-05-12 00:26:43 +00:00
Alex Roitman
a48c6d8344
Update
...
svn: r3156
2004-05-11 02:34:33 +00:00
Alex Roitman
ac562c81fa
* src/plugins/Eval.py: Window management. Replaces eval.py.
...
* src/plugins/eval.py: Remove from CVS.
* src/plugins/eval.glade: Define event handler.
* src/plugins/Leak.py: Window management. Replaces leak.py.
* src/plugins/leak.py: Remove from CVS.
* src/plugins/leak.glade: Define event handler.
svn: r3155
2004-05-11 02:21:09 +00:00
Alex Roitman
33e69e8d45
* src/plugins/SoundGen.py: Window management. Replaces soundgen.py.
...
* src/plugins/soundgen.py: Remove from CVS.
* src/plugins/soundex.glade: Define event handler.
* src/plugins/RelCalc.py: Window management.
* src/plugins/relcalc.glade: Define event handler.
* src/plugins/Makefile.am: Ship SoundGen.py instead of soundgen.py.
* src/plugins/Verify.py: Window management.
* src/plugins/verify.glade: Define event handler.
svn: r3154
2004-05-11 01:51:56 +00:00
Alex Roitman
2fea4c06a2
Update
...
svn: r3153
2004-05-11 00:17:23 +00:00
Alex Roitman
c2e42c8ea3
* src/plugins/Desbrowser.py: Convert to db; window management.
...
* src/plugins/desbrowse.glade: Define event handler.
* src/plugins/EventCmp.py: Clean up window management.
* src/plugins/eventcmp.glade: Define event handler.
* src/plugins/Check.py: Clean up conversion to db.
* src/plugins/summary.glade: Make dialog modal.
* src/plugins/Merge.py: Window management.
* src/plugins/merge.glade: Define event handlers.
* src/plugins/ChangeTypes.py: Convert to db.
svn: r3152
2004-05-10 23:50:30 +00:00
Alex Roitman
7b5fe66fe5
* src/plugins/FilterEditor.py: Clean up window management.
...
* src/rule.glade: Define event handlers.
svn: r3151
2004-05-10 13:08:47 +00:00
Alex Roitman
e48a5e9df5
* src/Plugins.py: Pass parent class to the tools.
...
* src/rule.glade: Define event handlers.
* src/gramps_main.py: Pass parent class to the tools.
* src/plugins/EventCmp.py: Window management.
* src/plugins/FilterEditor.py: Window management.
* src/plugins/PatchNames.py: Window management.
* src/plugins/eventcmp.glade: Define event handlers.
* src/plugins/patchnames.glade: Define event handlers.
svn: r3150
2004-05-10 04:54:10 +00:00
Don Allingham
ffda353d04
* src/DbPrompter.py: added a .grdb if not specified.
...
svn: r3149
2004-05-10 03:13:43 +00:00
Alex Roitman
4a50bd67de
* src/plugins/PatchNames.py: Clean up conversion to db.
...
* src/plugins/patchnames.glade: HIGify dialog.
* src/plugins/Merge.py: Convert to db.
* src/plugins/merge.glade: HIGify dialogs.
svn: r3148
2004-05-09 16:32:13 +00:00
Alex Roitman
5096515922
Update
...
svn: r3147
2004-05-09 14:35:22 +00:00
Alex Roitman
babd135df0
* src/plugins/Check.py: Clean up conversion to db.
...
svn: r3146
2004-05-09 04:02:26 +00:00
Alex Roitman
3b246d35be
* src/plugins/EventCmp.py: Convert to db.
...
* src/plugins/eventcmp.glade: HIGify dialogs.
svn: r3145
2004-05-09 03:44:59 +00:00
Don Allingham
1b8fa18cc7
* src/DbPrompter.py: handle open dialog in a clean manner
...
* src/gramps.py: handle open dialog in a clean manner
* src/gramps_main.py: handle open dialog in a clean manner
* src/gramps.glade: handle open dialog in a clean manner
svn: r3143
2004-05-08 04:48:59 +00:00
Alex Roitman
1f1119b67e
Update
...
svn: r3142
2004-05-08 04:26:09 +00:00
Alex Roitman
33837784a1
* src/plugins/soundgen.py: Convert to db.
...
* src/plugins/GraphViz.py: Typo.
* src/plugins/Verify.py: Convert to db.
svn: r3141
2004-05-08 03:29:21 +00:00
Alex Roitman
ea85178b56
* src/SelectPerson.py: Resolve widget naming conflict.
...
* src/plugins/BookReport.py: Convert to db.
svn: r3139
2004-05-07 04:27:44 +00:00
Alex Roitman
fe2831dc44
Minor updates
...
svn: r3138
2004-05-07 04:27:16 +00:00
Alex Roitman
149da4a70a
* src/gramps.glade: Resolve widget naming conflict.
...
* src/SelectPerson: Resolve widget naming conflict.
* src/Sort.py (by_date): Add function.
svn: r3137
2004-05-07 04:11:31 +00:00
Don Allingham
f06eb991a3
fix select person again
...
svn: r3136
2004-05-07 03:58:26 +00:00
Alex Roitman
f2d1eccdfa
* src/gramps.glade: Resolve widget naming conflict.
...
* src/SelectPerson: Resolve widget naming conflict.
svn: r3135
2004-05-07 02:58:29 +00:00
Alex Roitman
63afa4b054
* src/plugins/WebPage.py: Clean up conversion to db.
...
Switch to using Sort function.
* src/plugins/CountAncestors.py: Add file, convert to db.
* src/plugins/count_anc.py: Remove file.
* src/plugins/Summary.py: Convert to db.
* src/Makefile.am: Ship Sort.py instead of sort.py.
* src/plugins/Makefile.am: Ship CountAncestors.py
instead of count_anc.py.
svn: r3134
2004-05-07 02:20:39 +00:00
Don Allingham
c068064279
* src/ImageSelect.py: handle new file chooser
...
svn: r3133
2004-05-06 04:26:47 +00:00
Alex Roitman
b3a0c19225
* src/plugins/RelGraph.py: Convert to db. Change coding style.
...
Use FreeSans as a TrueType font.
svn: r3131
2004-05-06 02:29:34 +00:00
Alex Roitman
fdb376639d
* src/EditPerson.py: Switch to Sort.py.
...
* src/FamilyView.py: Switch to Sort.py.
* src/RelLib.py: Remove unneeded import.
* src/plugins/DescendReport.py: Switch to Sort.py.
* src/plugins/GraphViz.py: Convert to db.
svn: r3130
2004-05-05 04:04:35 +00:00
Don Allingham
9bf7f3a5e1
* src/gramps_main.py: rebuild tree after importing
...
* src/plugins/ReadGedcom.py: destroy filechooser at proper time
svn: r3129
2004-05-05 03:54:02 +00:00
Alex Roitman
df37c5296f
* src/EditPerson.py: Switch to Sort.py.
...
* src/FamilyView.py: Switch to Sort.py.
* src/RelLib.py: Remove unneeded import.
* src/plugins/DescendReport.py: Switch to Sort.py.
svn: r3128
2004-05-05 02:21:47 +00:00
Alex Roitman
a90191199e
* src/SubstKeywords.py (__init__): Convert to db.
...
* src/plugins/AncestorChart.py: Convert to db.
* src/plugins/AncestorChart2.py: Convert to db.
* src/GraphLayout.py: Convert to db.
* src/plugins/DesGraph.py: Convert to db.
* src/plugins/FanChart.py: Convert to db.
* src/Sort.py: Add converted sort.py to CVS.
* src/sort.py: Remove file (obsolete).
* src/plugins/TimeLine.py: Convert to db.
svn: r3127
2004-05-05 02:04:30 +00:00
Alex Roitman
00ec822374
Update
...
svn: r3126
2004-05-04 21:43:50 +00:00
Alex Roitman
aad9127cc4
* src/plugins/DetDescendantReport.py (get_xpm_image): Remove
...
function, import it from Utils.py instead.
* src/plugins/DetAncestralReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FtmStyleDescendants.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FtmStyleAncestors.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/FamilyGroup.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/IndivComplete.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/IndivSummary.py (get_xpm_image): Remove
function, import it from Utils.py instead; Convert to db.
svn: r3125
2004-05-04 21:35:19 +00:00
Don Allingham
d327a58277
update for GEDCOM memory usage
...
svn: r3123
2004-05-04 04:34:48 +00:00
Alex Roitman
75346c6a29
* src/plugins/FamilyGroup.py: Convert to db interface.
...
svn: r3122
2004-05-04 03:32:37 +00:00
Alex Roitman
5cb8a8ea22
* src/plugins/FtmStyleDescendants.py: Convert to db interface.
...
svn: r3121
2004-05-04 02:31:52 +00:00
Alex Roitman
87b29118d7
* src/plugins/DetDescendantReport.py: Convert to db interface.
...
* src/plugins/DetAncestralReport.py: Translate string.
svn: r3120
2004-05-04 01:20:21 +00:00
Don Allingham
e273bf4842
update
...
svn: r3119
2004-05-03 04:27:56 +00:00
Don Allingham
04e3e505fb
* src/DbPrompter.py: 2.4 filechooser
...
* src/gramps_main.py: 2.4 filechooser
* src/ReadXML.py: 2.4 filechooser
* src/Pluginsd.py: tooltip deprecation fix
svn: r3118
2004-05-03 03:47:29 +00:00
Don Allingham
3cb7c304ed
update
...
svn: r3117
2004-05-02 04:10:33 +00:00
Don Allingham
3783102bcc
* src/gramps.glade: rearranged filter apply
...
* src/gramps.py: update to gtk.main()
* src/gramps_main.py: goto active person after model built
svn: r3116
2004-05-01 14:08:36 +00:00
Don Allingham
5ed94ff9ee
* src/GenericFilter.py: Add a generic filter that can take a
...
parameter
* src/PeopleModel.py: Support for top level visibility
* src/gramps.glade: clean up filtering widgets
* src/gramps_main.py: build basic filters
svn: r3115
2004-04-30 03:01:51 +00:00
Don Allingham
a13eb68a88
* src/DbPrompter.py: remove unused functions
...
* src/DisplayModels.py: filtering support
* src/GenericFilter.py: filtering support
* src/PeopleModel.py: support for filtering
* src/PeopleView.py: support for filtering
* src/RelLib.py: filtering support
* src/Utils.py: filtering support
* src/gramps.glade: remove invert for filters
* src/gramps_main.py: filtering support
svn: r3114
2004-04-28 04:06:25 +00:00
Alex Roitman
65d5b97a2d
* src/plugins/IndivComplete.py: Convert to db interface.
...
* src/plugins/DescendReport.py: Convert to db interface.
* src/plugins/DetAncestralReport.py: Convert to db interface.
svn: r3110
2004-04-26 04:17:01 +00:00
Alex Roitman
7cff3be98d
* src/gramps.glade: Menu improvements.
...
svn: r3108
2004-04-25 06:10:10 +00:00
Alex Roitman
f1656f3a04
Update
...
svn: r3107
2004-04-25 05:38:17 +00:00
Alex Roitman
d00e8aa8f4
Update
...
svn: r3106
2004-04-25 05:37:51 +00:00
Alex Roitman
b86de1f6be
* src/docgen/RTFDoc.py: Typo.
...
* src/Utils.py (get_xpm_image): Add function.
* src/plugins/AncestorReport.py (get_xpm_image): Remove
function, import it from Utils.py instead.
* src/plugins/Ancestors.py (get_xpm_image): Remove function;
Bring up to the database interface.
svn: r3105
2004-04-25 04:48:02 +00:00
Alex Roitman
2273250137
* src/docgen/HtmlDoc.py: Typo.
...
svn: r3104
2004-04-23 17:02:49 +00:00
Alex Roitman
037a388949
* src/docgen/RTFDoc.py: Completely switch from grampslib.
...
* src/docgen/PdfDoc.py: Typo.
svn: r3103
2004-04-23 16:55:24 +00:00
Alex Roitman
cd5e0d9a37
* src/SelectChild.py (on_save_child_clicked): Corrections.
...
svn: r3096
2004-04-22 01:48:47 +00:00
Alex Roitman
c518c0fd66
* src/ChooseParents.py: Disallow selecting self as a parent.
...
* src/SelectChild.py: Disallow selecting self as a child.
svn: r3093
2004-04-21 04:22:37 +00:00
Don Allingham
0417838641
* src/DbPrompter.py: support for new GTK 2.4 file chooser
...
svn: r3090
2004-04-19 03:15:05 +00:00
Don Allingham
54e1dd71fa
Fixes for undo
...
svn: r3089
2004-04-16 19:15:02 +00:00
Don Allingham
f40e54f1a9
update
...
svn: r3086
2004-04-11 02:39:27 +00:00
Don Allingham
1c995add59
* src/Bookmarks.py: use IDs instead of person references
...
* src/ChooseParents.py: allow for NOSORT option
* src/GrampsParser.py: removed
* src/GrampsXML.py: removed
* src/MediaView.py: allow for NOSORT option
* src/PedView.py: double click to edit
* src/PeopleView.py: allow for NOSORT option
* src/PlaceView.py: allow for NOSORT option
* src/RelLib.py: handle bookmarks in metadata
* src/ReadXML.py: merge GrampsParser
* src/SourceView.py: allow for NOSORT option
* src/const.py.in: fix paths for xml files
* src/gramps_main.py: bookmark fixes
* src/papersize.xml : move to data subdirectory
* src/plugins/ReadGedcom.py: fix menu string
* src/plugins/ReadNative.py: fix menu string
* src/plugins/ReadPkg.py: fix menu string
svn: r3085
2004-04-11 02:37:13 +00:00
Don Allingham
358e8f8404
Improved error handling
...
svn: r3083
2004-04-10 03:38:48 +00:00
Don Allingham
96579ed88f
export/import filters
...
svn: r3082
2004-04-09 04:05:48 +00:00
Don Allingham
5f9bada119
* src/choose.glade: merged into gramps.glade
...
* src/styles.glade: merged into gramps.glade
* src/dialog.glade: merged into gramps.glade
* src/styles.glade: merged into gramps.glade
* src/imagesel.glade: merged into gramps.glade
* src/errdialogs.glade: merged into gramps.glade
* src/gramps.glade: merged from other files
svn: r3081
2004-04-08 03:35:32 +00:00
Don Allingham
1c0ee0cfc0
* src/RelLib.py: add_source takes an transaction
...
* src/ReadGedcom.py: drop add_surname
svn: r3080
2004-04-07 18:00:49 +00:00
Don Allingham
f2fa2b6be6
* src/DbPrompter.py: remove VersionControl reference
...
* src/Marriage.py: fix transaction handling
* src/const.py.in: new glade file names
* src/edit_person.glade: merged into gramps.glade
* src/edit_person.gladep: removed
* src/filelist: removed
* src/gramps.glade: additions from old glade files
* src/marriage.glade: merged into gramps.glade
* src/marriage.gladep: removed
* src/places.glade: merged into gramps.glade
* src/places.gladep: removed
* src/preferences.glade: merged into gramps.glade
* src/preferences.gladep: removed
* src/revision.glade: merged into gramps.glade
* src/revision.gladep: removed
* src/select_person.glade: merged into gramps.glade
* src/srcsel.glade: merged into gramps.glade
* src/srcsel.gladep: removed
svn: r3079
2004-04-07 03:26:35 +00:00
Don Allingham
2605df77fc
Remove VersionControl
...
svn: r3078
2004-04-07 02:11:32 +00:00
Don Allingham
2ba0c5ac7e
* src/VersionControl.py: removed
...
* src/GrampsMime.py: added mime types
* src/grampslib_wrap.c: removed
svn: r3077
2004-04-06 03:20:04 +00:00
Don Allingham
2df83d0a6a
* GrampsMime.py: added mime types
...
* grampslib_wrap.c: removed
* various: more undo functionality
svn: r3074
2004-04-04 04:39:52 +00:00
Don Allingham
8592fa2cc9
* various: Add undo functionality
...
svn: r3065
2004-03-30 04:50:24 +00:00
Alex Roitman
feef42099d
* src/plugins/rel_it.py: Convert to class.
...
svn: r3063
2004-03-28 07:32:26 +00:00
Alex Roitman
bbc7cc696e
* src/plugins/FtmStyleDescendants.py (_make_default_style,
...
print_children): Add new style for numbering children.
svn: r3062
2004-03-26 23:28:55 +00:00
Don Allingham
44c1b553db
* src/gramps_main.py: remove unused functions, fix history
...
* src/FamilyView.py: improve reordering of children
svn: r3059
2004-03-25 15:05:56 +00:00
Don Allingham
06d3497ea6
* src/gramps_main.py: remove unused functions, fix history
...
* src/FamilyView.py: improve reordering of children
svn: r3058
2004-03-25 04:04:35 +00:00
Frode Jemtland
e867dac1eb
fixed type in header of po file
...
svn: r3056
2004-03-23 09:57:45 +00:00
Frode Jemtland
6e0f58b2cf
Updated translation
...
svn: r3055
2004-03-23 09:56:07 +00:00
Don Allingham
bf92d284ab
* src/SelectChild.py: use PersonModel
...
* src/plugins/FilterEditor.py: use new SelectPerson
svn: r3052
2004-03-23 05:01:19 +00:00
Alex Roitman
197ea9354f
* src/docgen/PdfDoc.py (add_photo): Encode filename.
...
svn: r3049
2004-03-23 00:59:23 +00:00
Alex Roitman
20db87b538
* src/EditPerson.py (draw_lds): Don't include main family twice.
...
svn: r3047
2004-03-22 23:59:37 +00:00
Alex Roitman
f7037df414
* src/PedView.py (on_show_child_menu): Switch to id.
...
svn: r3045
2004-03-22 21:04:47 +00:00
Alex Roitman
95216d9cb0
* src/docgen/LPRDoc.py: Fix colliding name.
...
svn: r3044
2004-03-22 16:29:38 +00:00
Don Allingham
5403801234
New file
...
svn: r3041
2004-03-22 04:42:43 +00:00
Don Allingham
4a7d9131aa
Convert to new GenericTreeView models
...
svn: r3040
2004-03-22 04:41:35 +00:00
Alex Roitman
5475905a4c
* src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py.
...
* src/plugins/GraphViz.py (dump_index): Remove utf8 to latin
conversion. Switch to FreeSans.
* src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding.
* src/plugins/WebPage.py: Add option for using only birth date.
* src/Date.py: Switch over to lowercase function names.
svn: r3025
2004-03-17 03:04:10 +00:00
Alex Roitman
ac6d3e74e0
* src/docgen/Makefile.am, src/docgen/Makefile.in: Ship LPRDoc.py.
...
* src/plugins/GraphViz.py (dump_index): Remove utf8 to latin
conversion. Switch to FreeSans.
* src/docgen/PdfDoc.py (draw_text, rotate_text): Fix encoding.
svn: r3024
2004-03-17 01:50:50 +00:00
Alex Roitman
9fc3b43afb
* src/docgen/LPRDoc.py: Typo.
...
* src/po/da_DK.po: Remove in favor of da.po file.
* src/po/da.po: Add (replaces da_DK.po).
* configure.in, configure: Switch from da_DK to da in languages.
svn: r3023
2004-03-17 01:44:10 +00:00
Frode Jemtland
1d6fa098b1
Fixed typo
...
svn: r3021
2004-03-16 15:43:40 +00:00
Frode Jemtland
500ec7818d
Fixed typo
...
svn: r3019
2004-03-16 06:21:08 +00:00
Alex Roitman
35459c381d
Change function name
...
svn: r3016
2004-03-16 02:22:37 +00:00
Alex Roitman
07c943cc0e
* src/docgen/LPRDoc.py (do_print): Typos.
...
svn: r3012
2004-03-15 23:00:36 +00:00
Alex Roitman
6d202049ba
Update
...
svn: r3008
2004-03-12 22:50:10 +00:00
Alex Roitman
2b7dbef8be
* src/docgen/LPRDoc.py: Add number of copies and page range
...
selection options to a dialog. Remove all these "__" from var names.
svn: r3007
2004-03-12 19:47:06 +00:00
Alex Roitman
b3e71b84d9
* src/plugins/WriteFtree.py: Typo.
...
* src/plugins/WriteGedcom.py: Typo.
svn: r3005
2004-03-11 23:14:55 +00:00
Alex Roitman
ee5f277151
* src/plugins/WriteFtree.py: Call probably_alive with db.
...
* src/plugins/WriteGedcom.py: Call probably_alive with db.
svn: r3004
2004-03-11 04:28:17 +00:00
Alex Roitman
55b61a5ddb
* src/plugins/WebPage.py: Convert to ids. Call probably_alive
...
with db as an argument. Move by_date inside the class (needs db).
* src/RelLib.py: Correct probably_alive to ids.
svn: r3003
2004-03-11 04:24:03 +00:00
Alex Roitman
9416a5eaed
* src/GenericFilter.py: Convert to ids.
...
* src/plugins/FilterEditor.py: Convert to ids.
* src/plugins/WebPage.py: Convert to ids.
svn: r3002
2004-03-11 03:31:35 +00:00
Alex Roitman
5167f3d49b
* src/plugins/WebPage.py: Clean up mini tree. Add connecting lines.
...
Switch from list of 2^gen strings to a dict with only used entries.
Clean up generation SpinButton in the dialog.
* src/plugins/WebPage.py: Link main photo to the original.
Use alt strings. Mini tree for many generations.
svn: r3000
2004-03-10 23:40:13 +00:00
Don Allingham
5534cc0035
* src/PeopleModel.py: Column reordering/selection
...
* src/PeopleView.py: Column reordering/selection
* src/RelLib.py: Column reordering/selection
* src/gramps_main.py: Column reordering/selection
* src/gramps.glade: Column editor
* src/ColumnOrder.py: Column editor
svn: r2998
2004-03-10 05:15:06 +00:00
Alex Roitman
2a95e95206
* src/docgen/HtmlDoc.py (add_photo): Enforce given image size.
...
Add optional alt argument.
svn: r2997
2004-03-10 04:56:20 +00:00
Alex Roitman
5007cbc0a8
* src/MediaView.py (on_select_row): Mark translatable string;
...
(popup_convert_to_private): Call self.load before returning.
* src/ImageSelect.py (LocalMediaProperties.__init__,
GlobalMediaProperties.update_info): Mark translatable string.
svn: r2995
2004-03-10 02:29:29 +00:00
Alex Roitman
9f2f222809
Update
...
svn: r2993
2004-03-10 02:26:38 +00:00
Alex Roitman
d763ac1d03
* src/plugins/AncestorChart.py: Add prefix (AC-) to styles.
...
* src/plugins/AncestorChart2.py: Add prefix (AC2-) to styles.
svn: r2992
2004-03-10 02:24:11 +00:00
Alex Roitman
e9f84ae9b8
* src/plugins/Ancestors.py: Use 1 instead of gtk.True.
...
svn: r2991
2004-03-10 02:14:00 +00:00
Alex Roitman
5a4a69b83c
* src/docgen/LPRDoc.py: Set and maintain self.brand_new_page.
...
Use constant factor for line spacing for given font size.
svn: r2989
2004-03-10 02:10:34 +00:00
Don Allingham
fbb05c44eb
* src/EditPerson.py: TreeView enhancements
...
* src/PeopleModel.py: TreeView enhancements
* src/PeopleView.py: TreeView enhancements
* src/gramps_main.py: TreeView enhancements
svn: r2984
2004-03-09 05:12:14 +00:00
Alex Roitman
ee99826261
* src/docgen/LPRDoc.py: Font autodetection: trying freefont,
...
MS fonts, and then stock Gnome fonts.
svn: r2981
2004-03-08 22:32:13 +00:00
Alex Roitman
0f8da3197c
* src/docgen/LPRDoc.py: Support for graphic reports.
...
svn: r2980
2004-03-08 02:22:41 +00:00
Don Allingham
151c988230
* src/PeopleModel.py: New GenericTreeView based model
...
* src/RelLib.py: metadata/people model support
* src/gramps_main.py: PeopleModel support
* src/PeopleView.py: PeopleModel support
svn: r2978
2004-03-07 21:50:41 +00:00
Alex Roitman
0b235a68f3
* src/docgen/LPRDoc.py: Cell padding support. Images support
...
(requires CVS version of gnome-python).
svn: r2976
2004-03-07 06:28:00 +00:00
Don Allingham
ae4d1454b2
fix surname list
...
svn: r2975
2004-03-06 04:46:07 +00:00
Alex Roitman
2389e64bae
Padding in paragraphs.
...
svn: r2974
2004-03-06 02:29:20 +00:00
Alex Roitman
fd210a00cc
Minor cleanups
...
svn: r2973
2004-03-06 00:08:09 +00:00
Alex Roitman
828aae62b7
* src/docgen/LPRDoc.py: Support for paragraph's margins and
...
the first indent properties. Font-specific line spacing.
svn: r2972
2004-03-06 00:00:39 +00:00
Alex Roitman
1e8b2e3f40
Switch to utf8 capable fonts. Enable monospace for formatted notes.
...
svn: r2971
2004-03-05 05:11:07 +00:00
Alex Roitman
43547bf06d
Found fonts
...
svn: r2970
2004-03-05 04:33:40 +00:00
Alex Roitman
9bc863344c
* src/docgen/LPRDoc.py: New paragraph formatting algorithm.
...
Proper alignment support (no implementation for justify yet).
svn: r2969
2004-03-05 03:01:21 +00:00
Alex Roitman
b8075b283f
Some regression because of new algorithm
...
svn: r2968
2004-03-05 00:36:04 +00:00
Alex Roitman
1c685517c5
Update
...
svn: r2963
2004-03-04 15:47:00 +00:00
Alex Roitman
14ed64d973
page breaks, paragraph leader, dirty alignment hack.
...
svn: r2962
2004-03-03 23:38:48 +00:00
Alex Roitman
59adedf75f
* src/docgen/LPRDoc.py: Superscript support, line breaks,
...
page breaks, paragraph leader.
svn: r2961
2004-03-03 20:50:06 +00:00
Alex Roitman
82b0624841
Paragraph leader
...
svn: r2960
2004-03-03 16:59:47 +00:00
Alex Roitman
f64d881a38
* src/docgen/LPRDoc.py: Superscript support.
...
svn: r2959
2004-03-03 16:12:26 +00:00
Alex Roitman
6889a6460c
* src/docgen/LPRDoc.py: Re-write using paragraph class.
...
svn: r2958
2004-03-03 05:54:26 +00:00
Don Allingham
4e398acea8
* src/plugins/FtmStyleAncestors.py: bring up to date with IDs
...
* src/plugins/AncestorReport.py: bring up to date with IDs
svn: r2956
2004-03-03 05:06:06 +00:00
Alex Roitman
3cbd973566
* src/docgen/AsciiDoc.py: Typo.
...
svn: r2953
2004-03-02 14:43:37 +00:00
Alex Roitman
ceff4ae87c
Update
...
svn: r2952
2004-03-02 04:57:00 +00:00
Alex Roitman
35fe331daf
* configure.in, configure: Typo.
...
* src/plugins/FtmStyleAncestors.py (endnotes): Do not add
redundant references.
* src/plugins/FtmStyleDescendants.py (endnotes): Do not add
redundant references.
* src/plugins/DetAncestralReport.py (_make_default_style):
Remove unused table definition.
* src/plugins/DetDescendantReport.py (_make_default_style):
Remove unused table definition.
svn: r2950
2004-03-02 03:43:51 +00:00
Alex Roitman
fe971218bd
Oops
...
svn: r2948
2004-03-02 03:09:49 +00:00
Alex Roitman
bbb680d707
Update
...
svn: r2947
2004-03-02 01:35:53 +00:00
Alex Roitman
acc4cae477
Update
...
svn: r2946
2004-03-02 00:36:53 +00:00
Alex Roitman
d4d0db9e65
* src/docgen/LPRDoc.py: Table support correction: transferring
...
row to the next page.
svn: r2944
2004-03-01 16:50:23 +00:00
Don Allingham
aabbe1523a
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
* src/MediaView.py: remove local media concept
* src/EditSource.py: remove local media concept
* src/GrampsParser.py: remove local media concept
* src/AddMedia.py: remove local media concept
* src/GrampsZODB.py: delete
svn: r2943
2004-03-01 04:56:50 +00:00
Don Allingham
a50092ff33
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
* src/MediaView.py: remove local media concept
* src/EditSource.py: remove local media concept
* src/GrampsParser.py: remove local media concept
* src/AddMedia.py: remove local media concept
* src/GrampsZODB.py: delete
svn: r2942
2004-03-01 04:38:39 +00:00
Don Allingham
5aae97b744
* src/gramps_main.py: remove local media concept
...
* src/RelLib.py: remove local media concept
* src/SelectObject.py: remove local media concept
svn: r2941
2004-03-01 04:33:36 +00:00
Alex Roitman
6653a0d15f
* src/docgen/AsciiDoc.py: Correctly treat cells with span>1.
...
svn: r2939
2004-03-01 03:47:58 +00:00
Alex Roitman
3d18a13115
Some additions
...
svn: r2938
2004-02-29 17:42:38 +00:00
Alex Roitman
441403391e
* src/docgen/LPRDoc.py: Add to CVS.
...
svn: r2937
2004-02-29 15:35:44 +00:00
Don Allingham
62a25d797d
* src/ChooseParents.py: fix typo
...
* src/PedView.py: build child menu with IDs
* src/ReadGedcom.py: save birth/death events, handle FTM's broken
"_primary" junk
svn: r2936
2004-02-29 05:09:23 +00:00
Alex Roitman
b3f1f5ab0f
More
...
svn: r2935
2004-02-29 03:01:03 +00:00
Don Allingham
06cc477ae8
db updates
...
svn: r2934
2004-02-29 02:29:48 +00:00
Alex Roitman
32371cf8bd
update
...
svn: r2932
2004-02-29 01:19:20 +00:00
Alex Roitman
915bf08e8b
Eureka
...
svn: r2931
2004-02-29 01:05:45 +00:00
Alex Roitman
ae6f7749b7
* src/FamilyView.py: Corrections.
...
* src/Marriage.py: Corrections.
svn: r2930
2004-02-29 00:08:12 +00:00
Alex Roitman
8e733036f2
* src/docgen/AsciiDoc.py: Add to CVS.
...
* src/Makefile.am, src/Makefile.in: Ship AsciiDoc.py.
svn: r2929
2004-02-29 00:04:45 +00:00
Don Allingham
f60a720646
Database saving
...
svn: r2927
2004-02-28 20:15:48 +00:00
Alex Roitman
9b0827745c
* src/GrampsParser.py (start_childof): Call add_parent_family_id()
...
with three arguments, instead of a tuple.
* src/ReadXML.py: Comment out renaming lost media objects for now.
* src/RelLib.py (find_place_no_conflicts,
find_family_no_conflicts): Use str(idVal).
svn: r2926
2004-02-28 19:34:29 +00:00
Don Allingham
93542c93f5
* src/gramps_main.py: switch to DB as default, remove save option
...
* src/RelLib.py: setup DB environment better
* src/DbPrompter.py: handle save/open with new DBs
svn: r2924
2004-02-28 18:46:40 +00:00
Don Allingham
ca24561215
Fixed report
...
svn: r2920
2004-02-28 05:08:22 +00:00
Alex Roitman
4f4b2131ba
More windows
...
svn: r2919
2004-02-28 03:51:59 +00:00
Don Allingham
044f8d742a
* src/AddMedia.py: media reference fixes
...
* src/MediaView.py: media reference fixes
* src/FamilyView.py: commit child changes
* src/PlaceView.py: ID fixes
svn: r2917
2004-02-27 04:07:23 +00:00
Alex Roitman
89746a3bb0
Small fix
...
svn: r2916
2004-02-26 05:00:51 +00:00
Don Allingham
978f388abf
update
...
svn: r2915
2004-02-26 04:51:57 +00:00
Alex Roitman
ead0485d14
More windows updates and small fixes
...
svn: r2914
2004-02-26 03:34:19 +00:00
Alex Roitman
058a56ef4c
More
...
svn: r2913
2004-02-25 04:34:20 +00:00
Don Allingham
0c795ffa9f
update
...
svn: r2912
2004-02-25 04:08:51 +00:00
Don Allingham
ebed4e0f5f
* src/plugins/WebPage.py: media reference fixes
...
* src/plugins/ReadGedcom.py: media reference fixes
* src/plugins/IndivSummary.py: media reference fixes
* src/plugins/IndivComplete.py: media reference fixes
* src/plugins/DetAncestralReport.py: media reference fixes
* src/plugins/DetDescendantReport.py: media reference fixes
* src/plugins/Check.py: media reference fixes
* src/gramps_main.py: media reference fixes
* src/Utils.py: gnome.vfs vs. grampslib
* src/RelLib.py: single db file, media reference fixes
* src/MediaView.py: media reference fixes
svn: r2911
2004-02-25 03:25:57 +00:00
Alex Roitman
bbe933fd73
Update
...
svn: r2910
2004-02-25 03:20:53 +00:00
Alex Roitman
d6d21fa4b0
* src/RelLib.py (sortbysource): Low-level implementation;
...
(sortbyplace): Typo.
* src/Sources.py (by_title): Remove function (superseded by
RelLib.GrampsDB.sortbysource).
svn: r2909
2004-02-24 20:53:58 +00:00
Alex Roitman
09360cae89
* src/AddrEdit.py, src/AttrEdit.py, src/EditPerson.py,
...
src/EditSource.py, src/EventEdit.py, src/ImageSelect.py,
src/Marriage.py, src/NameEdit.py, src/NoteEdit.py,
src/Sources.py, src/UrlEdit.py, src/Witness.py:
Register windows opened for existing objects. Prevent editing
same object twice.
svn: r2905
2004-02-24 05:37:06 +00:00
Alex Roitman
0d2ee48ee0
Update
...
svn: r2898
2004-02-23 05:42:19 +00:00
Alex Roitman
e6693e4df2
Update
...
svn: r2897
2004-02-23 04:41:37 +00:00
Alex Roitman
8a52b650b2
* src/EditPerson.py: Rename photo into media.
...
* src/EditPlace.py: Rename photo into media.
* src/EditSource.py: Rename photo into media.
* src/ImageSelect.py: Rename photo into media.
* src/Marriage.py: Rename photo into media.
svn: r2896
2004-02-23 02:45:36 +00:00
Alex Roitman
64bbfc7d78
* src/plugins/DetAncestralReport.py: Translation corrections.
...
Change "was" to "is".
* src/plugins/DetDescendantReport.py: Translation corrections.
Change "was" to "is".
* src/plugins/FtmStyleAncestors.py (print_more_about):
Translate event names. Add description.
* src/plugins/FtmStyleDescendants.py (print_more_about,
print_more_about_families): Translate event names. Add description.
* src/po/de.po: Change Priesterweihe to Ordination.
* src/plugins/FamilyGroup.py: Translation corrections.
svn: r2895
2004-02-22 19:24:31 +00:00
Alex Roitman
2ff3704314
Updates
...
svn: r2892
2004-02-22 05:37:36 +00:00
Alex Roitman
0bf9c255c7
* src/plugins/DetDescendantReport.py (write_person): Write
...
images before the paragraph start; (insert_images): Don't start
and end pargraphs.
* src/plugins/DetAncestralReport.py: (write_person): Write
images before the paragraph start; (insert_images): Don't start
and end pargraphs.
svn: r2890
2004-02-22 05:17:14 +00:00
Alex Roitman
15ceba32c7
Update
...
svn: r2889
2004-02-22 05:08:40 +00:00
Don Allingham
e2da222236
Additional Reference fixes
...
svn: r2888
2004-02-22 04:57:06 +00:00
Alex Roitman
976e854a2f
* src/ImageSelect.py: Corrections.
...
* src/RelLib.py: Corrections.
* src/Sources.py: Corrections.
* src/gramps_main.py: Corrections.
* src/Bookmarks.py: Corrections.
svn: r2886
2004-02-21 18:59:45 +00:00
Alex Roitman
71f8f5476b
* src/EditPerson.py: Corrections.
...
* src/EditSource.py: Use parent class. Use windows menu.
* src/ImageSelect.py: Corrections.
* src/Sources.py: Corrections.
* src/gramps.glade: Add handlers.
* src/NoteEdit.py: Corrections.
* src/dialog.glade: Add handler.
* src/Witness.py: Corrections.
* src/RelLib.py: Include witnesses in comparing events.
* src/FamilyView.py: Pass parent on to child classes.
* src/AddSpouse.py: Pass parent on to EditPerson.
* src/ChooseParents.py: Pass parent on to EditPerson.
* src/gramps_main.py: Pass Gramps class to child classes.
* src/MergeData.py: Pass parent on to EditPerson.
svn: r2885
2004-02-21 06:40:44 +00:00
Don Allingham
e878549bfd
First DB pass
...
svn: r2884
2004-02-21 06:11:59 +00:00
Alex Roitman
c6ba4dfdcc
* src/AttrEdit.py: Make non-modal, use Windows menu.
...
* src/AddrEdit.py: Make non-modal, use Windows menu.
* src/UrlEdit.py: Make non-modal, use Windows menu.
* src/EventEdit.py: Properly add new event, add its id to the list.
Make non-modal, use Windows menu.
* src/NoteEdit.py: Make non-modal, use Windows menu.
* src/ImageSelect.py: Make non-modal, use Windows menu.
* src/imagesel.glade: Add handler.
svn: r2883
2004-02-20 04:25:22 +00:00
Alex Roitman
ed8497953e
Update
...
svn: r2882
2004-02-20 03:57:54 +00:00
Alex Roitman
79aef89b1b
More
...
svn: r2881
2004-02-20 03:28:41 +00:00
Alex Roitman
aee113137a
Fixes
...
svn: r2880
2004-02-20 02:38:31 +00:00
Alex Roitman
2b79d104ec
Another one
...
svn: r2879
2004-02-20 02:26:47 +00:00
Alex Roitman
81ad69d3b4
Update
...
svn: r2878
2004-02-20 02:12:39 +00:00
Alex Roitman
95caa4eb7f
Another bit
...
svn: r2877
2004-02-20 01:31:04 +00:00
Alex Roitman
7cdcd1e6a5
More
...
svn: r2876
2004-02-20 01:15:37 +00:00
Alex Roitman
aa9090e2c5
Update
...
svn: r2875
2004-02-20 00:52:24 +00:00
Alex Roitman
260a131828
* src/srcsel.glade: Add handlers.
...
* src/Sources.py: Make SourceInfo non-modal, use Windows menu.
svn: r2874
2004-02-19 23:39:01 +00:00
Alex Roitman
46b4b95371
Update
...
svn: r2873
2004-02-19 21:27:53 +00:00
Alex Roitman
87621141a1
Update
...
svn: r2872
2004-02-19 20:34:58 +00:00
Alex Roitman
ea5a7b5cbb
Update
...
svn: r2871
2004-02-19 19:15:27 +00:00
Alex Roitman
83130e1889
* src/EditPerson.py: Use parent class. Add/remove itself from/to
...
the Windows menu.
* src/NameEdit.py: Make non-modal.
* src/gramps.glade: Add Windows menu.
* src/gramps_main.py: Get Windows menu and its submenu.
Pass Gramps class to the children -- first-class object editors.
svn: r2870
2004-02-19 13:40:09 +00:00
Don Allingham
a91ba2c714
* src/RelLib.py: switch to event/event_ids
...
* src/WriteXML.py: switch to event/event_ids
* src/GrampsParser.py: switch to event/event_ids
* src/FamilyView.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/Marriage.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/PeopleView.py: switch to event/event_ids
* src/EditPerson.py: switch to event/event_ids
svn: r2869
2004-02-19 05:07:46 +00:00
Don Allingham
d5c70b519d
* src/RelLib.py: switch to event/event_ids
...
* src/WriteXML.py: switch to event/event_ids
* src/GrampsParser.py: switch to event/event_ids
* src/FamilyView.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/Marriage.py: switch to event/event_ids
svn: r2868
2004-02-19 05:05:43 +00:00
Alex Roitman
cc19349f63
* src/Relationship.py: Factor out relationship distance computation.
...
* src/plugins/rel_ru.py: Use self.get_distance().
* src/plugins/rel_de.py: Use self.get_distance().
* configure.in, configure: Change version.
* src/plugins/rel_hu.py: Convert to class.
svn: r2858
2004-02-17 04:47:24 +00:00
Alex Roitman
50f51136f2
Update
...
svn: r2851
2004-02-16 02:34:50 +00:00
Alex Roitman
86f6e01a99
Update
...
svn: r2850
2004-02-16 02:05:47 +00:00
Alex Roitman
f0284be0ca
Update
...
svn: r2849
2004-02-16 02:05:35 +00:00
Alex Roitman
4c75a89cb0
Update
...
svn: r2848
2004-02-16 01:24:06 +00:00
Alex Roitman
6943ee0013
Update
...
svn: r2847
2004-02-15 23:21:43 +00:00
Don Allingham
2e9976510b
get_id updates
...
svn: r2846
2004-02-15 23:10:12 +00:00
Alex Roitman
f7ea6b50ff
* src/plugins/rel_de.py: Implement get_parents().
...
svn: r2844
2004-02-15 22:44:50 +00:00
Alex Roitman
fc820799ff
* src/plugins/Ancestors.py: Use get_grandparents_string which is
...
registered in Plugins (possibly from the relationship calculator).
svn: r2843
2004-02-15 21:52:43 +00:00
Alex Roitman
12ce70ddf9
* src/Relationship.py: More corrections.
...
* src/plugins/rel_ru.py: Corrections.
* src/gramps_main.py: Corrections.
svn: r2842
2004-02-15 21:28:31 +00:00
Don Allingham
5ec7809000
updates for IDs
...
svn: r2840
2004-02-15 20:49:34 +00:00
Don Allingham
3fef3dd32e
* src/plugins/RelCalc.py: Handle IDs properly
...
* src/Relationship.py: Handle IDs properly
* src/home.png: added new default person icon
svn: r2838
2004-02-15 16:45:33 +00:00
Don Allingham
d9f25a4987
New default person
...
svn: r2837
2004-02-15 16:25:39 +00:00
Alex Roitman
caaff3e282
* src/plugins/IndivComplete.py: fixed child_relations translation
...
* src/const.py.in: fixed child_relations translation
* src/SelectChild.py: fixed child_relations translation
* src/TransTable.py: unicode conversion
* src/ChooseParents.py: fixed child_relations translation
svn: r2836
2004-02-15 07:21:29 +00:00
Alex Roitman
f9d6c51a72
* src/plugins/IndivComplete.py: Call doc.init() after open.
...
* src/plugins/IndivSummary.py: Call doc.init() after open.
* src/plugins/RelCalc.py: Use class of calculator.
* src/plugins/rel_ru.py: Convert to class.
* src/Plugins.py: Register _relcalc_class.
* src/gramps_main.py: Use class of relationship calculator.
svn: r2835
2004-02-15 07:08:55 +00:00
Alex Roitman
1e02ab0941
* src/sort: Typos.
...
svn: r2832
2004-02-15 03:48:45 +00:00
Alex Roitman
7022a133f0
* src/plugins/DetDescendantReport.py: Add style descriptions
...
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/plugins/DetAncestralReport.py: Add style descriptions
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/StyleEditor.py (draw, save_paragraph): Allow users
to adjust first line indent.
* src/styles.glade: Add first line indent entry.
* src/plugins/Check.py (delete_empty_family): Remove families
in which person is a parent, not only a child.
* src/gramps_main.py (post_load): Use display_frel and
display_fattr.
* src/MediaView.py (key_press): Add function.
* src/PlaceView.py (key_press): Add function.
* src/SourceView.py (key_press): Add function.
* src/plugins/WebPage.py: Add tab with index page options.
* src/po/hu.po: Update
* doc/gramps-manual/hu/filtref.xml: Update
svn: r2831
2004-02-15 03:24:12 +00:00
Don Allingham
61ef781898
* src/Marriage.py: fix title and places
...
* src/FamilyView.py: fix child relations and spouse's parents
svn: r2829
2004-02-15 02:33:44 +00:00
Don Allingham
d890cdfcd7
* src/RelLib.py: fix syntax error
...
* src/EditPerson.py: fix reordering of children
*
svn: r2827
2004-02-15 01:57:07 +00:00
Don Allingham
015973462a
Move from object references to IDs
...
svn: r2822
2004-02-14 05:40:30 +00:00
Jens Arvidsson
0c30564388
Second translation update for 1.0.0
...
svn: r2804
2004-02-11 07:46:18 +00:00
Sebastian Voeck
b1b16415fc
Updated for 1.0.0
...
svn: r2799
2004-02-10 09:46:18 +00:00
Alex Roitman
d375dc3ce3
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2798
2004-02-10 02:52:57 +00:00
Alex Roitman
2f3de93f63
* src/po/nl.po: Translation for 1.0.0-RC.
...
svn: r2796
2004-02-10 02:02:16 +00:00
Alexander Bogdashevsky
8e399afdb6
src/po/ru.po: typo
...
svn: r2793
2004-02-09 01:30:44 +00:00
Don Allingham
30d298b785
* src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event
...
description
* src/ImageSelect.py: disable double click to edit in a gallery
svn: r2791
2004-02-08 00:00:35 +00:00
Don Allingham
e3af34a0b9
* src/ImageSelect.py: disable double click to edit in a gallery
...
svn: r2790
2004-02-07 22:23:57 +00:00
Alex Roitman
1d6e27ca42
Update
...
svn: r2789
2004-02-07 16:50:24 +00:00
Alex Roitman
504c10743d
Update
...
svn: r2788
2004-02-07 00:44:22 +00:00
Alex Roitman
4b908898fb
* src/gramps.glade: Define handler for the gallery's Edit button.
...
* src/EditSource.py: Connect callback to the gallery's Edit button.
* src/ImageSelect.py: Remember old photo list.
* src/EditPlace.py: Revert photos on Cancel.
* src/EditPerson.py: Revert photos on Cancel.
* src/Marriage.py: Revert photos on Cancel.
svn: r2783
2004-02-06 20:57:01 +00:00
Alex Roitman
8b2c96cfa0
* src/EditPlace.py: Pass window to the Gallery.
...
* src/ImageSelect.py: Run modal dialog, using parent window.
* src/imagesel.glade: Define proper button responses.
svn: r2782
2004-02-06 06:44:22 +00:00
Alex Roitman
681ab62636
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2781
2004-02-06 04:58:11 +00:00
Alexander Bogdashevsky
7483c36286
src/po/ru.po: Some clarifications
...
svn: r2780
2004-02-06 04:41:53 +00:00
Alex Roitman
d463d3b662
* src/plugins/soundgen.py: Fall back to empty input.
...
svn: r2779
2004-02-05 19:53:02 +00:00
Alex Roitman
d0c255cb53
* src/plugins/Merge.py (gen_key,name_compare):
...
Fall back to not using soundex if the charset can't be latin-1 encoded.
svn: r2778
2004-02-05 19:37:58 +00:00
Laurent Protois
734e3b028a
French Update for cvs
...
svn: r2776
2004-02-05 16:34:43 +00:00
Lars Lundin
c302a14c17
Translation update for 1.0.0-RC1 (3 new strings)
...
svn: r2775
2004-02-05 08:10:40 +00:00
Egyeki Gergelly
f3bbea9bdb
*** empty log message ***
...
svn: r2773
2004-02-04 23:12:21 +00:00
Frode Jemtland
5d032c2a8c
Translated all new strings for the last month
...
svn: r2772
2004-02-04 21:07:48 +00:00
Alex Roitman
2720c94d8b
* src/po/template.po: Update translation template.
...
svn: r2771
2004-02-04 17:57:13 +00:00
Egyeki Gergelly
49fe68c9a9
*** empty log message ***
...
svn: r2770
2004-02-04 17:56:35 +00:00
Don Allingham
dff866aeda
update
...
svn: r2768
2004-02-04 04:48:13 +00:00
Don Allingham
8d2cf299ea
* src/FamilyView.py: new text string for "unknown" spouse
...
* src/ImageSelect.py: integer conversions for event.x, event.y
* src/const.py.in: copyright date update
svn: r2767
2004-02-04 04:42:06 +00:00
Alexander Bogdashevsky
68eff30399
src/po/ru.po: Some typos and clarifications
...
svn: r2766
2004-02-04 03:14:40 +00:00
Don Allingham
67f25e1779
* src/VersionControl.py: Call win.run to prevent exit from killing the
...
window before the data is saved.
svn: r2754
2004-02-03 03:45:12 +00:00
Egyeki Gergelly
2f134cf229
brother-in-law, sister-in-law relations added
...
svn: r2749
2004-02-02 15:16:35 +00:00
Egyeki Gergelly
620932c566
Update
...
svn: r2748
2004-02-02 15:15:48 +00:00
Alex Roitman
8f1278a75f
* src/po/ru.po: Typo.
...
* doc/gramps-manual/C/usage.xml: Typo.
* doc/gramps-manual/ru/usage.xml: Update.
svn: r2746
2004-02-02 06:02:21 +00:00
Alexander Bogdashevsky
2cac3a8d7e
src/po/ru.po: LDS terms are translated now
...
svn: r2745
2004-02-02 01:46:42 +00:00
Alex Roitman
6a46db7481
* src/plugins/rel_hu.py: Typos.
...
svn: r2744
2004-02-01 15:30:55 +00:00
Egyeki Gergelly
2d1d9384b4
*** empty log message ***
...
svn: r2743
2004-02-01 14:30:33 +00:00
Alex Roitman
d28e9a7046
* src/po/ru.po: Typo.
...
* doc/gramps-manual/ru/usage.xml: Update.
svn: r2742
2004-02-01 06:51:53 +00:00
Don Allingham
6080ab594e
* src/SourceView.py: handle column sorting properly
...
* src/PlaceView.py: handle column sorting properly
svn: r2740
2004-02-01 04:49:49 +00:00
Don Allingham
d2ef9e69fe
* src/gramps_main.py: better error messages on database write failure
...
* src/WriteXML.py: better error messages on database write failure
* src/GrampsXML.py: better error messages on database write failure
* src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the
model unless it has be assigned.
svn: r2736
2004-02-01 03:16:23 +00:00
Alex Roitman
b548fed9a9
* src/plugins/AncestorChart2.py: Change the tile when changing
...
the center person.
* src/plugins/SimpleBookTitle.py: Correct window title.
svn: r2734
2004-02-01 00:44:31 +00:00
Alex Roitman
075f8bcf25
* src/Report.py: Mark translatable string.
...
* src/Witness.py: Mark translatable string.
* src/plugins/FamilyGroup.py: Mark translatable string.
svn: r2733
2004-02-01 00:34:36 +00:00
Alex Roitman
7b1b6c67df
* src/plugins/Ancestors.py: Typo.
...
* src/plugins/IndivComplete.py: Typo.
svn: r2732
2004-01-31 23:01:27 +00:00
Don Allingham
8a4a4fac42
* src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the
...
model unless it has be assigned.
svn: r2731
2004-01-31 21:32:01 +00:00
Don Allingham
4f22b0cc17
fix update
...
svn: r2730
2004-01-31 20:26:36 +00:00
Egyeki Gergelly
7085d9fecd
Updating Hungarian translation for 1.0-RC
...
svn: r2728
2004-01-31 17:56:35 +00:00
Alex Roitman
647f50ce27
* src/plugins/AncestorChart2.py (write_book_item):
...
Treat unconfigured title.
svn: r2726
2004-01-30 13:51:02 +00:00
Alexander Bogdashevsky
516abaca7a
Spell checking and more "family" fixes :)
...
svn: r2725
2004-01-28 04:19:38 +00:00
Don Allingham
ba5df96a28
* src/docgen/PdfDoc.py: fix encoding exception
...
* gramps-mdk.spec: Mandrake RPM spec file
svn: r2720
2004-01-28 02:18:53 +00:00
Alex Roitman
7f55a556b8
* src/po/ru.po: Minor corrections.
...
svn: r2718
2004-01-27 16:37:47 +00:00
Laurent Protois
d6c77f17b4
In good french !
...
svn: r2717
2004-01-27 15:19:20 +00:00
Don Allingham
3b8f30fc1c
* src/grampslib_wrap.c: backout mime type search
...
svn: r2715
2004-01-27 03:28:21 +00:00
Laurent Protois
0f42dafeba
I hope it's the good one ;-)
...
svn: r2712
2004-01-26 08:21:23 +00:00
Laurent Protois
7bfef0d227
I hope it's the good one ;-)
...
svn: r2711
2004-01-26 08:04:22 +00:00
Alexander Bogdashevsky
dede96c34f
Some cleanups
...
svn: r2708
2004-01-26 05:12:53 +00:00
Egyeki Gergelly
038a07ec76
*** empty log message ***
...
svn: r2703
2004-01-24 23:16:40 +00:00
Alexander Bogdashevsky
45f930b508
* src/po/ru.po: Update Russian translation for pre-1-rc1
...
svn: r2701
2004-01-24 18:45:05 +00:00
Alex Roitman
7d22d49f70
Relationship fix
...
svn: r2699
2004-01-23 14:44:28 +00:00
Alex Roitman
144632a850
Translation for 1.0.0-RC
...
svn: r2698
2004-01-23 14:31:33 +00:00
Laurent Protois
030a4a3b22
French Update for cvs
...
svn: r2697
2004-01-23 13:53:04 +00:00
Don Allingham
6087ee24b8
* src/grampslib.i: same fixes as grampslib_wrap.c
...
* src/plugins/RelCalc.py: use preferred name format
svn: r2695
2004-01-23 03:38:23 +00:00
Don Allingham
f988840494
* src/grampslib_wrap.c: check the known mime types before calling the
...
gnome functions
svn: r2693
2004-01-22 02:03:21 +00:00
Lars Lundin
f4ae702e0e
Translation update for 1.0.0-RC1
...
svn: r2692
2004-01-21 16:15:30 +00:00
Jens Arvidsson
2d215cfb54
Translation update for 1.0.0
...
svn: r2688
2004-01-21 14:56:52 +00:00
Don Allingham
22cd43d3e2
* src/PeopleView.py: correctly handle disabling report/tool buttons
...
* src/gramps_main.py: correctly handle disabling report/tool buttons
svn: r2683
2004-01-21 04:43:51 +00:00
Don Allingham
b3802c845c
update
...
svn: r2682
2004-01-21 04:21:45 +00:00
Don Allingham
e069b11f6a
update
...
svn: r2681
2004-01-21 02:56:53 +00:00
Don Allingham
9b75e5bdc3
update
...
svn: r2680
2004-01-20 23:35:22 +00:00
Don Allingham
c4525d39d3
* src/const.py.in: handle new translation table class
...
* src/NameEdit.py.in: handle new translation table class
* src/EditPerson.py.in: handle new translation table class
* src/TransTable.py: new Translation table class
* src/GenericFilter.py: handle translated rule names
* src/plugins/FilterEditor.py: handle translated rule names
svn: r2679
2004-01-20 23:30:15 +00:00
Don Allingham
c1bab34822
* src/const.py.in: handle new translation table class
...
* src/TransTable.py: new Translation table class
* src/GenericFilter.py: handle translated rule names
* src/plugins/FilterEditor.py: handle translated rule names
svn: r2678
2004-01-20 23:28:44 +00:00
Don Allingham
fd33de1892
* src/const.py.in: handle new translation table class
...
* src/TransTable.py: new Translation table class
svn: r2677
2004-01-20 23:27:39 +00:00
Frode Jemtland
7b85854de5
fixed some fuzzy strings
...
svn: r2676
2004-01-20 23:03:29 +00:00
Egyeki Gergelly
05705ec95c
Updating hungarian translation for GRAMPS 1.0
...
svn: r2675
2004-01-20 22:37:10 +00:00
Alex Roitman
7ca42a912f
* src/EditPlace.py (display_references): Translate event names.
...
svn: r2674
2004-01-20 20:03:50 +00:00
Sebastian Voeck
8ccf568d34
Updated translation for 1.0.0-RC1
...
svn: r2673
2004-01-20 17:57:25 +00:00
Laurent Protois
c2b2f5625d
New Update for cvs
...
svn: r2671
2004-01-20 16:19:56 +00:00
Alex Roitman
4669904d1c
* src/PedView.py (build_nav_menu): Ditch stock Home item.
...
* src/FamilyView.py (build_ap_menu, build_nav_menu,
build_parents_nosel_menu, build_sp_parents_nosel_menu,
build_child_menu, build_spouse_menu, build_parents_menu,
build_sp_parents_menu): Ditch stock Home item.
svn: r2670
2004-01-20 16:06:17 +00:00
Don Allingham
d19da4e173
* src/docgen/PdfDoc.py: handle iso-8859-1 characters
...
svn: r2666
2004-01-20 04:15:58 +00:00
Don Allingham
384a6c0fae
* src/plugins/FilterEditor.py: handle unicode characters
...
* src/PeopleStore.py: handle corrupt iter
* src/GenericFilter.py: handle unicode
* src/docgen/PSDrawDoc.py: handle iso-8859-1 characters
svn: r2664
2004-01-20 03:57:19 +00:00
Don Allingham
7b471d126d
* src/plugins/FilterEditor.py: handle unicode characters
...
* src/PeopleStore.py: handle corrupt iter
svn: r2663
2004-01-19 23:07:10 +00:00
Don Allingham
14f97ebcef
* src/plugins/FilterEditor.py: handle unicode characters
...
svn: r2662
2004-01-19 23:05:23 +00:00
Egyeki Gergelly
4974f20d89
*** empty log message ***
...
svn: r2661
2004-01-19 21:39:16 +00:00
Alex Roitman
a166cf9440
* src/po/template.po: Update translation template.
...
svn: r2660
2004-01-19 20:11:09 +00:00
Alex Roitman
dd6a943a11
* src/plugins/AncestorChart2.py: Number pages starting with 1.
...
Do not allow for mutlipage when it's a book item.
svn: r2659
2004-01-19 20:06:14 +00:00
Alex Roitman
1accdffc56
* src/plugins/ReadGedcom.py (parse_individual): add /Surname/ Firstname.
...
svn: r2657
2004-01-19 17:43:35 +00:00
Alex Roitman
380e178acc
* src/plugins/AncestorChart2.py: Add hotkeys to check button labels.
...
Add scale, compress, and title options support to the book dialog.
* src/plugins/book.glade: Reduce minimum window height to 600 pixels.
* src/plugins/WriteCD.py (on_ok_clicked): Correct indentation.
* src/GrampsCfg.py (loadConfig, save_data): Correctly parse gconf key.
svn: r2656
2004-01-19 17:40:39 +00:00
Egyeki Gergelly
7bcb47a436
*** empty log message ***
...
svn: r2655
2004-01-18 18:34:41 +00:00
Don Allingham
00e1015d1b
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2654
2004-01-18 15:35:36 +00:00
Don Allingham
83acfda5b5
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2653
2004-01-18 05:09:00 +00:00
Alex Roitman
9fc5ce16db
* src/gramps_main.py (save_media): Add support for default action.
...
* src/plugins/Check.py (cleanup_missing_photos): Add support for default action.
* src/plugins/WriteCD.py (on_ok_clicked): Add support for default action.
* src/plugins/WritePkg.py (export): Add support for default action.
* src/plugins/WriteFtree.py: Do not import unused dialog.
svn: r2652
2004-01-18 01:59:30 +00:00
Don Allingham
d68210b049
* src/plugins/AncestorChart2.py: more multipage improvements
...
svn: r2650
2004-01-17 22:39:00 +00:00
Egyeki Gergelly
7b049fc8d8
Updating hu.po
...
svn: r2647
2004-01-17 12:12:33 +00:00
Alex Roitman
4e70a13a6d
* NEWS: Update.
...
* src/errdialogs.glade: Add check button to the missing media dialog.
* src/QuestionDialog.py (MissingMediaDialog.__init__): Add default
action property.
* src/ReadXML.py (import_data): Add support for default action.
* src/plugins/WebPage.py (write_gallery): Use object ID as a file name
- prevents collision between identical names coming from different dirs.
svn: r2645
2004-01-17 06:51:49 +00:00
Don Allingham
b79704d371
* src/plugins/AncestorChart2.py: first pass at multipage output
...
svn: r2643
2004-01-17 05:03:08 +00:00