Alex Roitman
3d85a41c88
* src/places.glade: Add format controls for notes.
...
* src/imagesel.glade: Add format controls for notes.
* src/EditPlace.py: Add note format support.
* src/ImageSelect.py: Add note format support.
* src/EditPerson.py: Clean up note format support.
* src/Marriage.py: Add note format support.
svn: r2526
2003-12-16 00:37:47 +00:00
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
e6cdcddd9d
* src/preferences.glade: Add Help button.
...
* src/GrampsCfg.py (on_propertybox_help): Add function.
* src/imagesel.glade: Add Help buttons.
* src/ImageSelect.py (ImageSelect.on_help_imagesel_clicked,
GlobalMediaProperties.on_help_clicked): Add functions.
* src/AddMedia.py (on_help_imagesel_clicked): Add function.
* doc/gramps-manual/C/usage.xml: Update.
* doc/gramps-manual/C/keybind.xml: Update.
* src/AddSpouse.py: Call yelp with sect2 argument.
* src/AddrEdit.py: Likewise.
* src/AttrEdit.py: Likewise.
* src/ChooseParents.py: Likewise.
* src/EditPerson.py: Likewise.
* src/EditPlace.py: Likewise.
* src/EditSource.py: Likewise.
* src/EventEdit.py: Likewise.
* src/Marriage.py: Likewise.
* src/NameEdit.py: Likewise.
* src/SelectChild.py: Likewise.
* src/Sources.py: Likewise.
svn: r2420
2003-12-02 04:27:23 +00:00
Alex Roitman
80297accda
* src/ImageSelect.py (GlobalMediaProperties.__init__): Find labels from
...
XML; (redraw_attr_list): Change attribute label; (display_refs): Change
references label; (on_notebook_switch_page): change notes label.
* src/imagesel.glade: Set meaningful label ids, remove bold markup.
* src/docgen/HtmlDoc.py (start_bold, end_bold): Add functions (closes
bug #841277 ).
* src/EditSource.py (__init__): Find labels from XML.
* src/EventEdit.py: (__init__): Find labels from XML;
* src/NameEdit.py: (__init__): Find labels from XML;
svn: r2330
2003-11-13 18:50:01 +00:00
Alex Roitman
c2bb96a905
* src/Utils.py (bold_label, unbold label): Add functions.
...
* src/EditPerson.py (bold_label, unbold label): Remove functions;
Call them from Utils in every instance.
* src/ImageSelect.py (Gallery.load_images): Change label upon load.
* src/Sources.py (SourceTab.redraw): Change label upon redraw.
* src/AddrEdit.py (__init__): Find sources label from XML;
(on_switch_page): Add function.
* src/AttrEdit.py (__init__): Find sources label from XML;
(on_switch_page): Add function.
* src/dialog.glade: Set meaningful label ids, remove bold markup.
* src/EditPlace.py (__init__): Find soucre label from XML.
* src/places.glade: Set meaningful label ids, remove bold markup.
* src/Marriage.py (__init__): Find soucre label from XML;
(on_switch_page): Add function.
* src/marriage.glade: Set meaningful label ids, remove bold markup.
* src/EditSource.py (__init__): Find soucre label from XML.
* src/gramps.glade: Set meaningful label ids, remove bold markup.
* src/EventEdit.py: (__init__): Find soucre label from XML;
(on_switch_page): Add function.
* src/Witness.py (WitnessTab.redraw): Change label upon redraw.
* src/NameEdit.py: (__init__): Find soucre label from XML;
(on_switch_page): Add function.
svn: r2327
2003-11-12 18:45:07 +00:00
Alex Roitman
73fcaec440
* src/SourceView.py: Correct behavior for right-click popup menu.
...
* src/EditPerson.py: Likewise.
* src/FamilyView.py: Likewise.
* src/ImageSelect.py: Likewise.
* src/PedView.py: Likewise.
* src/PlaceView.py: Likewise.
* src/plugins/BookReport.py: Likewise.
* src/PeopleView.py: Likewise.
svn: r2270
2003-10-20 02:47:03 +00:00
Alex Roitman
8a3bd40f52
* src/ImageSelect.py (ImageSelect.__init__): Make dialog transient for
...
its parent; (Gallery.__init__): Accept parent_window and pass it on.
svn: r2132
2003-09-15 04:16:12 +00:00
Don Allingham
b5f75c0a77
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +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
Don Allingham
b2e7958a1e
* src/ImageSelect.py: eliminate recursive error loop when a thumbnail
...
cannot be created.
* src/plugins/ReorderIds.py: handle IDs better when reordering
svn: r1825
2003-07-06 03:52:38 +00:00
Don Allingham
50126aedd8
* src/ListModel.py: Be able to select based off an iter
...
* src/ImageSelect.py: Support keeping selecting attributes after
they are edited
* src/EventEdit.py: Support keeping selecting events after
they are edited
* src/AttrEdit.py: Support keeping selecting attributes after
they are edited
* src/Marriage.py: Support keeping track of events and attributes
after they are edited.
* src/EditPerson.py: Support keeping track of events and attributes
after they are edited.
svn: r1690
2003-06-11 02:54:57 +00:00
Don Allingham
728e5b5360
* src/ImageSelect.py
...
Fixed typo in on_drag_begin
* src/RelLib.py
Check for the existance of the witness member of an Event. ZODB
stores an object, so elements read in from old databases may not
have the element, which can cause a traceback.
* src/AutoComp.py
Don't build popdown lists if the number of elements exceeds 250.
Otherwise, the menus will become unusable, and just consume
tons of memory.
* src/VersionControl.py
Sort revision numbers based on numerical value instead of ASCII value.
* src/VersionControl.py
Check return values of all subprocesses
svn: r1663
2003-06-07 14:11:52 +00:00
Don Allingham
f803e99839
Image gallery handling - use EXPOSE to draw initial window, make sure
...
images don't go over the edge
svn: r1594
2003-05-27 03:43:36 +00:00
Don Allingham
dff2e9ddc0
Icons for drag and drop
...
svn: r1535
2003-05-17 03:20:50 +00:00
Don Allingham
8fd080f8c9
Handle image imports that are abandoned
...
svn: r1506
2003-05-08 17:12:10 +00:00
Don Allingham
7a588f8e90
Button fixes for Verify
...
svn: r1441
2003-04-11 02:14:51 +00:00
Unknown
ef06ad30d8
German translation and several typo fixes
...
svn: r1431
2003-04-09 19:49:11 +00:00
Don Allingham
e81d73bcd7
Pychecker cleanup
...
svn: r1430
2003-04-09 03:29:08 +00:00
Don Allingham
eb4faa076b
Window title strings
...
svn: r1327
2003-03-06 06:12:51 +00:00
Don Allingham
ce77a02144
Interface compliance changes
...
svn: r1323
2003-03-03 04:32:53 +00:00
Don Allingham
9d178f4365
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
159bc7c44b
Image handling improvements
...
svn: r1289
2003-02-08 19:16:12 +00:00
Don Allingham
7c398503c5
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
c76676a3b1
Image handling fixes
...
svn: r1284
2003-02-03 19:24:27 +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
21b8a4f3db
Hold onto iconlists to keep from crashing while program is active
...
svn: r1224
2002-12-17 05:12:28 +00:00
Don Allingham
509800a470
Improved reporting for traceback dialog, attempts to determine the distribution
...
svn: r1220
2002-12-11 05:18:47 +00:00
Don Allingham
2cb690bde8
Trying to handle gnome_canvas bug
...
svn: r1214
2002-11-29 23:45:12 +00:00
Don Allingham
c2a50dffd3
scope fixes
...
svn: r1212
2002-11-28 05:52:02 +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
b6926fa77b
UTF-8 support for translations, clean up gettext, improved gallery handling
...
svn: r1204
2002-11-25 04:30:36 +00:00
Don Allingham
868f09af4f
Added ability to use natilus theme icons. Set default path for writing GEDCOM files.
...
svn: r1185
2002-11-12 04:12:18 +00:00
Don Allingham
47f08c4eb2
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
a475f29308
Updated configure script
...
svn: r1170
2002-11-08 04:10:31 +00:00
Don Allingham
291a4c7dcb
Gallery drag/drop functionality
...
svn: r1169
2002-11-08 03:42:25 +00:00
Don Allingham
dfa1a99ba4
Media gallery improvements
...
svn: r1165
2002-11-05 04:15:04 +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
Don Allingham
f594fc7709
Improvements to media view and parent selection
...
svn: r1151
2002-10-27 03:43:12 +00:00
Don Allingham
c4916b22f9
Added MIME support via the new grampslib C module.
...
svn: r1148
2002-10-25 04:52:51 +00:00
Don Allingham
aedf532a43
Fixed place editing
...
svn: r1146
2002-10-21 01:18:07 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00