Alex Roitman
4ac3779a96
* src/Report.py (parse_report_options_frame): Fallback to trivial
...
filter on filter failure.
svn: r5014
2005-08-04 18:05:43 +00:00
Alex Roitman
5374ed4b64
* NEWS: Update.
...
* src/MergePeople.py: Typos.
* src/plugins/NavWebPage.py: Typos.
* src/po/template.po: Update for upcoming 2.0.6.
svn: r5013
2005-08-04 16:18:24 +00:00
Don Allingham
335580cc90
* src/PeopleModel.py: provide a work around for the python 2.3 bug unicode
...
sorting problem with locale.strcoll. For a nul termination during sorting,
strip it off after sorting. Only used for python2.3, since this bug was
fixed in python 2.4.
svn: r5012
2005-08-04 15:53:38 +00:00
Don Allingham
ad2ef89450
* src/NavWebPage.py: use new ProgressMeter, add ability to
...
not generate a CSS style sheet.
* src/WebPage.py: add deprecation notice
svn: r5011
2005-08-04 04:20:17 +00:00
Alex Roitman
5eb6e7c97e
* src/gramps_main.py (undo): Rebuild bookmarks menu on undo.
...
* src/plugins/ChangeNames.py: Add ProgressMeter.
* src/plugins/ChangeTypes.;y: Add ProgressMeter.
* src/plugins/Check.py: Mark translatable string.
* src/plugins/EventCmp.py: Add ProgressMeter.
* src/plugins/PatchNames.py: Add ProgressMeter.
svn: r5010
2005-08-03 22:17:10 +00:00
Don Allingham
1cc16595a9
ProgressMeter changes
...
svn: r5009
2005-08-03 21:10:11 +00:00
Don Allingham
ca4856adee
ProgressMeter additions
...
svn: r5008
2005-08-03 19:25:03 +00:00
Alex Roitman
3816790b4f
* src/Bookmarks.py: Convert from CList to ListModel and TreeView;
...
Remove Cancel and OK buttons, Add Close button; make all changes
immediate conforming to the HIG; (remove_people): Add method for
removing people outside bookmark editor (useful for connecting to
signals).
* src/gramps_main.py (on_remove_bookmark): Add handler for
removing deleted people; (__init__): Connect new handler to the
'person-delete' signal.
svn: r5007
2005-08-03 02:53:52 +00:00
Don Allingham
28edd32a1f
* src/NameEdit.py: convert names to unicode
...
* src/PeopleModel.py: convert names to uncode
svn: r5006
2005-08-03 02:31:18 +00:00
Don Allingham
544e27232f
error checking
...
svn: r5005
2005-08-02 22:51:08 +00:00
Don Allingham
66523b5c7c
date fixes
...
svn: r5004
2005-08-02 21:53:27 +00:00
Don Allingham
32b884fc5d
removed print statements
...
svn: r5003
2005-08-02 20:01:24 +00:00
Don Allingham
886696e718
Family/Person event separation
...
svn: r5002
2005-08-02 19:39:53 +00:00
Martin Hawlisch
a53db06f26
* src/gramps_main.py: Disable "add bookmark" menu entry on readonly database and only enable it in person/family/pedigree view.
...
svn: r5001
2005-08-02 14:37:10 +00:00
Martin Hawlisch
10960055c5
* src/Bookmarks.py (edit): Dont crash if bookmark list contains nonexisting person.
...
svn: r5000
2005-08-02 14:07:37 +00:00
Don Allingham
e7b9924482
* src/NavWebPage.py: fix references to places
...
svn: r4999
2005-08-02 04:33:22 +00:00
Don Allingham
865da3bbbd
fix write failure on GEDCOM export
...
svn: r4995
2005-08-01 22:35:19 +00:00
Martin Hawlisch
53fb61125b
* src/gramps_main.py: Use gobject.timeout_add instead of gtk.
...
svn: r4994
2005-08-01 19:46:11 +00:00
Alex Roitman
f5b549154d
* src/docgen/OpenOfficeDoc.py: Typo.
...
svn: r4986
2005-07-31 14:23:28 +00:00
Alex Roitman
870bc0bcfb
Update
...
svn: r4985
2005-07-31 14:22:38 +00:00
Don Allingham
2070dcba43
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output, use
...
xml.sax.saxutils.escape to handle XML entities
svn: r4984
2005-07-31 04:43:06 +00:00
Don Allingham
d768deae74
* src/docgen/OpenOfficeDoc.org: remove ^L and ^Z from output
...
svn: r4983
2005-07-31 04:22:43 +00:00
Don Allingham
f447c086aa
* src/GrampsBSDDB.py: issue complete redraw on name grouping change
...
svn: r4981
2005-07-30 04:54:58 +00:00
Don Allingham
d45b36537e
* src/Utils.py: use intermediate variable
...
svn: r4980
2005-07-30 03:29:34 +00:00
Don Allingham
b26b982274
update
...
svn: r4979
2005-07-29 22:14:56 +00:00
Don Allingham
f031f80287
privacy information
...
svn: r4978
2005-07-29 20:32:46 +00:00
Alex Roitman
c56f94a52f
* src/po/no.po, src/po/nb.po: Typos.
...
svn: r4977
2005-07-29 17:37:12 +00:00
Alex Roitman
3f8c9298a4
* src/GenericFilter.py (GrampsFilterComboBox.get_value): Do not
...
convert key to unicode.
svn: r4976
2005-07-29 16:36:51 +00:00
Don Allingham
478f90b8e8
* src/MergePeople.py: prevent attempts to merge a person and his/her
...
spouse, prevent merging of child and parent.
svn: r4975
2005-07-29 04:27:14 +00:00
Alex Roitman
88874cd212
* src/Report.py (ReportDialog.on_ok_clicked): Properly return on
...
correct/change filename choice.
svn: r4974
2005-07-28 21:26:57 +00:00
Alex Roitman
f5a5a3a55c
* src/plugins/WebPage.py (WebReportOptions.set_new_options):
...
Define help dictionary to document options.
* src/Report.py (CommandLineReport.init_options): Typo.
svn: r4973
2005-07-28 17:56:25 +00:00
Don Allingham
131bcb4bc2
* src/plugins/NavWebPage.py: add user html header and footer
...
svn: r4972
2005-07-28 03:51:27 +00:00
Don Allingham
ff5a31634c
* src/FamilyView.py: try to prevent adding a spouse that has
...
already been added
* src/ReadXML.py: prevent adding a spouse that has already been
added
* src/plugins/Check.py: remove identical families in family list
svn: r4971
2005-07-28 02:20:31 +00:00
Alex Roitman
52d06de491
* src/ChooseParents.py (save_parents_clicked): Do not create
...
family if parent is self.
svn: r4970
2005-07-27 00:58:17 +00:00
Don Allingham
2335612283
NameDisplay enhancements
...
svn: r4969
2005-07-26 23:02:53 +00:00
Martin Hawlisch
e968be0d0b
* src/NavWebPage.py: Catch missing header/footer notes; Add Surname page that is sorted by the number of persons.
...
svn: r4968
2005-07-26 13:53:54 +00:00
Alex Roitman
0f4a044aee
* src/gramps.glade (editPerson,marriageEditor): Use Title for the
...
source titles.
svn: r4967
2005-07-25 23:10:03 +00:00
Don Allingham
b715342889
GEDCOM gender fix for PAF
...
svn: r4966
2005-07-25 21:00:39 +00:00
Alex Roitman
0ec3ec1df9
* src/plugins/RelCalc.py (__init__): Correctly name column header.
...
svn: r4965
2005-07-25 03:34:17 +00:00
Julio Sánchez
28de227342
* src/plugins/GraphViz.py: Fix computation of landscape dimensions,
...
especially when generating multiple sheets
svn: r4964
2005-07-23 06:05:11 +00:00
Don Allingham
460967116f
web page templating and thumbnails
...
svn: r4963
2005-07-22 21:59:44 +00:00
Julio Sánchez
61d9aaf017
* src/dates/Date_es.py: fix translation table for date qualifiers
...
* src/dates/Date_fr.py: fix translation table for date qualifiers
* src/plugins/DetAncestralReport.py: show events even if they have
neither date nor place
* src/plugins/DetDescendantReport.py: show events even if they have
neither date nor place
svn: r4962
2005-07-22 18:23:18 +00:00
Martin Hawlisch
a9fd2073f2
* src/plugins/NavWebPage.py: fix typos
...
svn: r4961
2005-07-22 12:26:59 +00:00
Don Allingham
8c409f079b
update doc
...
svn: r4960
2005-07-22 04:44:25 +00:00
Don Allingham
d15b245376
* src/data/somerights20.gif: make a local copy of the Create Commons
...
image
* src/data/Makefile.am: add somerights20.gif
* src/plugins/NavWebPage.py: add birth dates to people, use local
create commons image, add surname pages
svn: r4959
2005-07-22 04:28:29 +00:00
Don Allingham
0967eb0ff2
* src/plugins/NavWebPage.py: Add support for multiple directory levels to
...
try to keep the number of files per directory under 254 for optimal ext3
file performance, add support for copyright.
svn: r4958
2005-07-21 03:59:24 +00:00
Alex Roitman
5d3fd22ee2
* src/plugins/Ancestors.py (person): correctly compare handles.
...
svn: r4957
2005-07-21 00:23:19 +00:00
Julio Sánchez
dc3bbdd7eb
* src/plugins/DetDescendantReport.py: Names, events and sources.
...
* src/plugins/DetAncestralReport.py (add_user_options): Names, events and sources.
svn: r4956
2005-07-20 18:48:43 +00:00
Alex Roitman
54112cebc1
* configure.in: Put release number back to CVS+date.
...
* src/po/de.po: Typo.
svn: r4955
2005-07-20 13:19:57 +00:00
Don Allingham
ae513c5b60
* src/plugins/NavWebPage.py: add media gallery navigation, clean up
...
svn: r4954
2005-07-19 04:22:49 +00:00