Don Allingham
b5f75c0a77
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +00:00
Alex Roitman
e2c4969585
* src/FrenchRepublic.py: Insert encoding line because non-ascii
...
charatcers are used. This behavior is deprecated and causes warnings
in python 2.3.
* src/const.py.in: Likewise.
* src/FamilyView.py: Likewise.
* src/SelectChild.py: Likewise.
* src/plugins/rel_ru.py: Likewise.
svn: r2009
2003-08-14 22:33:30 +00:00
Don Allingham
de7f76b347
* src/AddMedia.py: set title for image select dialog
...
* src/DbPrompter.py: set default path in database file entry box
* src/gramps_main.py: set default path in database file entry box
* src/ImageSelect.py: set default path in image select file entry box,
keep track of last directory used
* src/Report.py: set default path in report file entry box
* src/imagesel.glade: enlarge image select dialog box
svn: r1997
2003-08-13 04:28:07 +00:00
Alex Roitman
cb359e8d47
* configure.in: Set version to 0.9.4 (since the release is 0.CVS...).
...
Otherwise it becomes older-version that the latest release.
* src/EditPerson.py: Change const.save_fevent() calls to
const.save_event().
* src/EventEdit.py: Display event name with const.display_event()
(was backwards).
* src/GrampsParser.py: Call const.save_event() and const.attr()
when parsing XML. This should take care of prior data with standard
events and attributes recorded in $LANG.
* src/FamilyView.py (nameof): Translate parent's relation to a child.
svn: r1986
2003-08-11 00:59:16 +00:00
Don Allingham
fc2759edf9
* src/FamilyView.py: set menu title
...
svn: r1969
2003-08-08 03:17:38 +00:00
Alex Roitman
3a7293dd47
* src/FamilyView.py (load_family): Enable translation for family
...
relation.
* src/const.py.in: Add new functions: display_event(), save_event(),
display_attr(), and save_attr() which work for either personal or
family events/attributes. Correct silly typo.
* src/WriteXML.py (dump_my_event): Call const.save_event() before
saving; (write_family_id): Call const.save_frel() before saving;
(write_attribute_list): Call const.save_attr() before saving.
* src/Marriage.py (redraw_event_list): Call const.display_fevent()
before saving; (on_add_clicked): change const.save_fevent() to
const.display_fevent(); (on_event_update_clicked): Likewise.
* src/EventEdit.py (EventEditor.__init__): Call self.trans() before
displaying event name.
svn: r1964
2003-08-07 03:54:10 +00:00
Don Allingham
016214b255
* src/gramps_main.py: handle status bar message with autosave
...
* src/FamilyView.py: add right-context menus in the family view
svn: r1947
2003-08-01 03:38:51 +00:00
Don Allingham
5384b63ffa
* src/plugins/DetAncestralReport.py: add import of string
...
* src/plugins/DetDescendantReport.py: add import of string
* src/Date.py: compare date modes when comparing dates
* src/EditPerson.py: save date strings which comparing for changes
* src/FamilyView.py: Scope Person.male properly
svn: r1839
2003-07-08 00:42:26 +00:00
Don Allingham
8e8a0c8449
* src/FamilyView.py: keep focus on correct family after a new
...
child is added
* src/plugins/WriteGedcom.py: catch filter exceptions
* src/GenericFilter.py: eliminate loop detection
svn: r1761
2003-06-19 03:54:45 +00:00
Don Allingham
df6c1648ad
* src/FamilyView.py: keep focus on correct family after a new
...
child is added
* src/plugins/WriteGedcom.py: catch filter exceptions
* src/GenericFilter.py: eliminate loop detection
svn: r1760
2003-06-18 23:57:03 +00:00
Tim Waugh
920a605393
2003-06-18 Tim Waugh <twaugh@redhat.com>
...
* src/FamilyView.py (add_child_clicked): No reason to assume children
are female.
svn: r1759
2003-06-18 16:30:49 +00:00
Don Allingham
34c2b0332b
* src/gramps.glade: Add a dialog to allow a child's relationships
...
to his/her parents to be altered.
* src/FamilyView.py: Add popup menu for childlist to allow the
enabling of the new child relationship editor dialog
* src/SelectChild.py: Child relationship editor
* src/RelLib.py: Allow for altering of relationships of the
AltFamilyList
svn: r1756
2003-06-17 04:15:58 +00:00
Tim Waugh
90337c2baa
2003-06-16 Tim Waugh <twaugh@redhat.com>
...
* src/FamilyView.py (north_american): Fixed traceback when adding
a new child in the family view.
svn: r1752
2003-06-16 16:24:17 +00:00
Don Allingham
ae7ee195c6
* src/gramps.glade: added select/edit buttions to family view
...
* src/SelectChild.py: change title from Add Children to Add Child
to Family
* src/FamilyView: add support for adding spouse/child with full
Edit Person window, along with old method of adding via selectors
svn: r1746
2003-06-15 04:13:16 +00:00
Don Allingham
36c54ceb8d
* src/FamilyView.py: Call marriage editor with callback to update
...
the family view
* src/Marriage.py: Call the family view callback after saving to update
the display with changed marriage information
svn: r1667
2003-06-07 16:30:44 +00:00
Don Allingham
a18b7ff964
Fixed spouse selection when family changes
...
svn: r1643
2003-06-03 02:54:56 +00:00
Alex Roitman
045d69243c
* src/FamilyView.py (load_family): Select the first spouse in the list.
...
svn: r1639
2003-06-02 22:43:43 +00:00
Alex Roitman
1d38ec320a
Translation cleanups
...
svn: r1591
2003-05-24 03:40:58 +00:00
Don Allingham
76f10e127d
Shift-click to edit spouse, re-implemented family name guessing
...
svn: r1537
2003-05-18 04:18:12 +00:00
Don Allingham
dff2e9ddc0
Icons for drag and drop
...
svn: r1535
2003-05-17 03:20:50 +00:00
Don Allingham
69eb302f86
Don't print b. and d. if not used
...
svn: r1481
2003-04-30 03:33:20 +00:00
Don Allingham
f1518ec2a4
Accessibility for dialogs
...
svn: r1384
2003-03-23 03:50:59 +00:00
Unknown
4bbcb97203
Typos and German translation
...
svn: r1347
2003-03-13 18:58:52 +00:00
Don Allingham
6883b0590d
Bug fixes from pychecker
...
svn: r1333
2003-03-08 05:59:20 +00:00
Don Allingham
cea94cbae5
Paragraph editor enhancements - styles have descriptions
...
svn: r1332
2003-03-08 05:03:18 +00:00
Don Allingham
ce77a02144
Interface compliance changes
...
svn: r1323
2003-03-03 04:32:53 +00:00
Don Allingham
7f70415166
HIG improvements
...
svn: r1319
2003-02-27 00:29:37 +00:00
Don Allingham
b70d9bb856
HIG compliance (or at least the start of)
...
svn: r1318
2003-02-26 05:43:55 +00:00
Don Allingham
9d178f4365
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
4290167c4a
Clear displays after a new database is created.
...
svn: r1305
2003-02-14 02:20:59 +00:00
Don Allingham
e8a8af6c8d
Fixed syntax error
...
svn: r1297
2003-02-10 13:11:21 +00:00
Don Allingham
ccdf09c499
Catch the change in API for gtk.TextBuffer
...
svn: r1295
2003-02-10 04:11:01 +00:00
Don Allingham
1b77bc6617
Fixed child removal problem
...
svn: r1294
2003-02-09 03:14:51 +00:00
Don Allingham
c76676a3b1
Image handling fixes
...
svn: r1284
2003-02-03 19:24:27 +00:00
Don Allingham
a879a31da7
Delete empty, unknown spouse
...
svn: r1267
2003-01-22 03:45:46 +00:00
Don Allingham
4d9f14f484
ansel/utf8 encodings
...
svn: r1258
2003-01-19 06:25:20 +00:00
Don Allingham
df5eb54c7f
Event reordering for marriage
...
svn: r1255
2003-01-13 03:59:10 +00:00
Don Allingham
141fec93ab
pychecker fixes, GEDCOM import/export improvements, calendar improvements
...
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
487cf61840
OpenOffice fixes, calendar format fixes
...
svn: r1239
2003-01-06 05:14:49 +00:00
Don Allingham
a916d24916
Calendar enhancements
...
svn: r1235
2003-01-02 04:31:52 +00:00
Don Allingham
7fd574b4c0
Gedcom export, complete_rebuild fix, merge support
...
svn: r1223
2002-12-14 05:07:09 +00:00
Don Allingham
c2a50dffd3
scope fixes
...
svn: r1212
2002-11-28 05:52:02 +00:00
Don Allingham
2abc52cf06
Fixed sensitivity of entries, fix relationship display in FamilyView, EditSource reference list, add spouse selection
...
svn: r1211
2002-11-27 13:36:11 +00:00
Don Allingham
4cd7010bcb
Removed unneeded pygtk calls
...
svn: r1210
2002-11-27 05:56:23 +00:00
Don Allingham
d21a317b93
use pygtk.require to determine database
...
svn: r1205
2002-11-26 04:06:23 +00:00
Don Allingham
7cbf2d3935
Improved editor handling for marriage and person edits
...
svn: r1199
2002-11-21 04:41:40 +00:00
Don Allingham
854bc784fe
EditPerson fixes, list model enhancements
...
svn: r1189
2002-11-15 03:49:39 +00:00
Don Allingham
47f08c4eb2
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
457b760ecd
Pre02 for gramps-0.9.0
...
svn: r1160
2002-11-02 21:19:58 +00:00
Don Allingham
a62c2a0822
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00