Alex Roitman
0f273ef5ea
* src/edit_person.glade: Add from file and Add from database buttons.
...
* src/EditPerson.py (__init__): Add handler for a new button.
* src/ImageSelect.py (Gallery.on_select_photo_clicked): Add function.
* src/marriage.glade: Add from file and Add from database buttons.
* src/Marriage.py (__init__): Add handler for a new button.
* src/gramps.glade (sourceEditor): Add from file and Add from database
buttons.
* src/EditSource.py (__init__): Add handler for a new button.
* src/places.glade: Add from file and Add from database buttons.
* src/EditPlace.py (__init__): Add handler for a new button.
svn: r2511
2003-12-12 05:36:38 +00:00
Alex Roitman
5c6ebbdc99
* src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons.
...
svn: r2508
2003-12-12 03:57:06 +00:00
Alex Roitman
907b685956
Update
...
svn: r2501
2003-12-11 04:52:19 +00:00
Alex Roitman
4c42ecc199
* src/edit_person.glade: Add notes format radiobuttons.
...
* src/EditPerson.py: Support format for the person's notes.
* src/RelLib.py: More support for the notes' format.
svn: r2496
2003-12-10 14:21:48 +00:00
Don Allingham
1ef8e7a9e1
* src/edit_person.glade: Add postal code fields
...
* src/dialog.glade: Add postal code and phone fields
* src/places.glade: Add postal code
* src/WriteXML.py: Add support for new place and postal code fields
* src/GrampsParser.py: Add support for new place and postal code fields
svn: r2479
2003-12-09 06:00:51 +00:00
Alex Roitman
65aef4214d
* src/edit_person.glade: Add completeness check button.
...
* src/RelLib.py (Person.setComplete, Person.getComplete): Add functions.
* src/WriteXML.py (write_id): Save completeness info.
* src/GrampsParser.py (GrampsParser.start_person,
GrampsImportParser.start_person, GrampsImportParser.start_family):
Parse completeness.
* src/EditPerson.py: Add support for completeness.
svn: r2430
2003-12-03 03:49:39 +00:00
Alex Roitman
7a216129d5
* src/gramps.glade: Add Help buttons to dialogs.
...
* src/AddSpouse.py (on_spouse_help_clicked): Add function.
* src/SelectChild.py (on_child_help_clicked): Add function.
* src/Marriage.py (on_help_clicked): Add function.
* src/EditPerson.py (on_help_clicked): Add function.
* src/marriage.glade: Add Help button to a dialog.
* src/edit_person.glade: Add Help button to a dialog.
* src/dialog.glade: Add Help buttons to dialogs.
* src/AddrEdit.py (on_help_clicked): Add function.
* src/AttrEdit.py (on_help_clicked): Add function.
* src/EventEdit.py (on_help_clicked): Add function.
svn: r2347
2003-11-18 04:26:06 +00:00
Alex Roitman
5908567be6
* src/edit_person.glade: Set meaningful ids for all tab labels.
...
* src/EditPerson.py (__init__): Find labels from XML, call
bold_label() if contents is not empty;
(bold_label, unbold label): Add functions;
(redraw_*): Call bold_label or unbold_label based on contents.
svn: r2324
2003-11-11 00:32:28 +00:00
Alex Roitman
192a74d07c
* src/edit_person.glade: Set meaningful id for the Notes tab label.
...
* src/EditPerson.py (__init__): Find notes_label from XML, call
chane_notes() if note is not empty; (change_notes): Add function.
svn: r2321
2003-11-09 23:14:18 +00:00
Don Allingham
fac780d229
* src/marriage.glade: Added source tab and complete flag
...
* src/edit_person.glade: Added source tab
svn: r2291
2003-10-29 05:07:19 +00:00
Alex Roitman
32961e9cdf
* src/dialog.glade: Consistent tooltips.
...
* src/gramps.glade: Likewise.
* src/marriage.glade: Likewise.
* src/edit_person.glade: Likewise.
* src/plugins/pafexport.glade: Consistent check box label.
svn: r1956
2003-08-03 03:41:35 +00:00
Alex Roitman
d7c7132756
* src/edit_person.glade: Add colon after "Type" label.
...
* src/dialog.glade: Add accelerator to "Address" label of AddrEdit.
* src/po/template.po: Update the above corrections in template.
* src/plugins/Makefile.am: Ship CustomBookText.py
svn: r1886
2003-07-15 22:05:18 +00:00
Tim Waugh
c876640eaa
2003-06-24 Tim Waugh <twaugh@redhat.com>
...
* src/GrampsParser.py: Use access methods rather than poking directly.
* src/RelLib.py: Keep statistics on gender distribution among first
names so that it can be used for guessing.
* src/edit_person.glade: More event handlers.
* src/EditPerson.py: Guess gender when appropriate.
svn: r1769
2003-06-24 14:16:47 +00:00
Don Allingham
b3ec3a6a0e
* src/styles.glade - scrolling fix
...
* src/dialog.glade - scrolling fix
* src/edit_person.glade - scrolling fix
* src/gramps.glade - scrolling fix
* src/imagesel.glade - scrolling fix
* src/marriage.glade - scrolling fix
* src/mergedata.glade - scrolling fix
* src/places.glade - scrolling fix
* src/rule.glade - scrolling fix
* src/srcsel.glade - scrolling fix
svn: r1699
2003-06-11 03:44:22 +00:00
Don Allingham
39a88d2934
Fixed typos for translations
...
svn: r1601
2003-05-28 15:55:59 +00:00
Don Allingham
c910c9c7fe
Limit the number of characters in the description and source lists on the edit window
...
Prevent place duplication
svn: r1477
2003-04-26 23:17:51 +00:00
Don Allingham
239e952b8e
Updated translations
...
svn: r1442
2003-04-11 02:25:14 +00:00
Don Allingham
17fd356d6f
Detect intl library successful loading
...
svn: r1401
2003-03-26 04:32:14 +00:00
Don Allingham
27b3739878
Merge fixes, option to display relationship to the home person in the
...
status bar.
svn: r1380
2003-03-22 20:26:44 +00:00
Don Allingham
dd1d9acbde
Fixed sorting
...
svn: r1373
2003-03-21 04:25:55 +00:00
Don Allingham
aa0f689c26
Title handling
...
svn: r1328
2003-03-07 02:21:18 +00:00
Don Allingham
eb4faa076b
Window title strings
...
svn: r1327
2003-03-06 06:12:51 +00:00
Don Allingham
23617c3a75
title fixes in dialog boxes
...
svn: r1326
2003-03-06 01:12:21 +00:00
Don Allingham
09615b38a5
Translation strings
...
svn: r1325
2003-03-05 06:01:31 +00:00
Don Allingham
ce77a02144
Interface compliance changes
...
svn: r1323
2003-03-03 04:32:53 +00:00
Don Allingham
72d53b4518
Edit Person changes
...
svn: r1322
2003-02-28 04:49:18 +00:00
Don Allingham
9d178f4365
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
7c398503c5
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
f5c17b7d2d
ChooseParents improvements
...
svn: r1262
2003-01-20 03:34:42 +00:00
Don Allingham
b1598c900f
Surname prefix support
...
svn: r1217
2002-12-04 04:58:07 +00:00
Don Allingham
854bc784fe
EditPerson fixes, list model enhancements
...
svn: r1189
2002-11-15 03:49:39 +00:00
Don Allingham
291a4c7dcb
Gallery drag/drop functionality
...
svn: r1169
2002-11-08 03:42:25 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00