Commit Graph

4329 Commits

Author SHA1 Message Date
Alex Roitman
e7d9c8d676 * configure.in: Enable fr manual.
* doc/gramps-manual/Makefile.am: Enable fr manual.
* doc/gramps-manual/fr/Makefile.am: Add new files to the installed
list.
* doc/gramps-manual/fr/cmdline.xml,
doc/gramps-manual/fr/custom.xml,
doc/gramps-manual/fr/faq.xml, doc/gramps-manual/fr/filtref.xml
doc/gramps-manual/fr/getstart.xml,
doc/gramps-manual/fr/gramps-manual.xml,
doc/gramps-manual/fr/keybind.xml, doc/gramps-manual/fr/legal.xml,
doc/gramps-manual/fr/mainwin.xml, doc/gramps-manual/fr/usage.xml:
Update manual.


svn: r5047
2005-08-10 15:57:28 +00:00
Alex Roitman
e646023576 * src/po/nl.po: Typo.
svn: r5045
2005-08-10 14:52:26 +00:00
Dionysios
61ffdfb8c6 fixed problem
svn: r5039
2005-08-08 19:59:44 +00:00
Dionysios
c0cce73361 translating WGstrings
svn: r5038
2005-08-08 16:47:27 +00:00
Alex Roitman
96a9fa1bc8 Update
svn: r5037
2005-08-08 16:43:05 +00:00
Alex Roitman
94b1928fc0 * src/plugins/NavWebPage.py (add_user_options): Mark translatable
strings.
* src/po/template.po: Update template.
* src/po/ru.po: Translation update.


svn: r5036
2005-08-08 15:52:41 +00:00
Eero Tamminen
6d24f0d2f5 fix
svn: r5035
2005-08-07 22:43:06 +00:00
Eero Tamminen
16c656f266 Update fi translations to latest template
svn: r5034
2005-08-07 22:20:39 +00:00
Eero Tamminen
0940a97f43 update to template
svn: r5033
2005-08-07 22:16:52 +00:00
Dionysios
d96c499d02 updated translation
svn: r5032
2005-08-06 06:35:43 +00:00
Alex Roitman
d7463372c0 Update
svn: r5030
2005-08-05 22:39:11 +00:00
Alex Roitman
63543e41ef Update
svn: r5029
2005-08-05 20:55:58 +00:00
Alex Roitman
2f2c6bf1e6 * src/EditPerson.py (did_data_change,on_apply_person_clicked):
Convert date text to unicode before parsing.
* src/Spell.py: Comment out to disable spell-checking for 2.0.6.


svn: r5028
2005-08-05 20:49:10 +00:00
Dionysios
38fcd5aaa1 updated translation
svn: r5027
2005-08-05 20:47:40 +00:00
Alex Roitman
55be600dc2 Update
svn: r5026
2005-08-05 17:48:41 +00:00
Alex Roitman
035b13c4f8 Update
svn: r5025
2005-08-05 17:05:10 +00:00
Alex Roitman
abaa2f7a10 Update
svn: r5024
2005-08-05 16:12:33 +00:00
Alex Roitman
d2cf4f8668 * src/Spell.py: Make more robust to failure.
* src/Makefile.am: Ship new file.
* NEWS: Update.


svn: r5023
2005-08-05 15:34:53 +00:00
Martin Hawlisch
d575d56cba * src/plugins/Checkpoint.py (rcs): define variable comment before using it.
svn: r5022
2005-08-05 15:31:46 +00:00
Don Allingham
55447ac858 * src/Spell.py: Interface to gtkspell
* src/AttrEdit.py: add spell checker to notes
* src/EditPerson.py: add spell checker to notes
* src/EditPlace.py: add spell checker to notes
* src/EditSource.py: add spell checker to notes
* src/EventEdit.py: add spell checker to notes
* src/ImageSelect.py: add spell checker to notes
* src/Marriage.py: add spell checker to notes
* src/NameEdit.py: add spell checker to notes
* src/NoteEdit.py: add spell checker to notes
* src/Sources.py: add spell checker to notes


svn: r5021
2005-08-05 03:41:23 +00:00
Alex Roitman
ef444d3843 * src/po/ru.po: Partial update.
svn: r5020
2005-08-05 02:05:41 +00:00
Alex Roitman
02f7142364 * src/ArgHandler.py (parse_args): Use mime type to identify gramps
XML data.
* doc/gramps.1.in: Update man page.
* doc/gramps-manual/C/cmdline.xml: Update manual.

* 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: r5019
2005-08-04 23:54:18 +00:00
Don Allingham
b6e123ed06 * src/ImageSelect.py: fixed thumbnail dnd selection
svn: r5018
2005-08-04 22:34:42 +00:00
Don Allingham
ac235ff7be * src/AttrEdit.py: don't used reserved word "list"
* src/EditPerson.py: Pass correct attribute list to editor
* src/GrampsBSDDB.py: persistently load/save attribute lists
* src/GrampsDbBase.py: update attributes on commit
* src/Marriage.py: Pass correct attribute list to editor


svn: r5017
2005-08-04 20:46:41 +00:00
Matthieu Pupate
db62a824fb Merged French translation
svn: r5016
2005-08-04 19:08:39 +00:00
Alex Roitman
d6fac942df Update
svn: r5015
2005-08-04 18:09:26 +00:00
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