Alex Roitman
b1a31deb0f
* 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
5dad0028a1
* 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
385c80dcd2
* 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
f7158aa398
* 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
38d0cd78d3
* 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
ebdc5fbcc3
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +00:00
Don Allingham
a5d499fe20
* 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
bd4191ca2d
* 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
59a6f4d79b
* 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
6bbbf046d1
* 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
a046f09f80
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
b2e5c516b8
Icons for drag and drop
...
svn: r1535
2003-05-17 03:20:50 +00:00
Don Allingham
a6338d63b3
Handle image imports that are abandoned
...
svn: r1506
2003-05-08 17:12:10 +00:00
Don Allingham
8367f5a00f
Button fixes for Verify
...
svn: r1441
2003-04-11 02:14:51 +00:00
Unknown
21fc77e211
German translation and several typo fixes
...
svn: r1431
2003-04-09 19:49:11 +00:00
Don Allingham
f4b8546438
Pychecker cleanup
...
svn: r1430
2003-04-09 03:29:08 +00:00
Don Allingham
368378119d
Window title strings
...
svn: r1327
2003-03-06 06:12:51 +00:00
Don Allingham
e3e2a02607
Interface compliance changes
...
svn: r1323
2003-03-03 04:32:53 +00:00
Don Allingham
0f616d0b90
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
9acab799cb
Image handling improvements
...
svn: r1289
2003-02-08 19:16:12 +00:00
Don Allingham
4d69982b87
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
0aa3cce886
Image handling fixes
...
svn: r1284
2003-02-03 19:24:27 +00:00
Don Allingham
7f514dac82
pychecker fixes, GEDCOM import/export improvements, calendar improvements
...
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
c6ca0c4e18
OpenOffice fixes, calendar format fixes
...
svn: r1239
2003-01-06 05:14:49 +00:00
Don Allingham
6c1cceed82
Hold onto iconlists to keep from crashing while program is active
...
svn: r1224
2002-12-17 05:12:28 +00:00
Don Allingham
47e4725f60
Improved reporting for traceback dialog, attempts to determine the distribution
...
svn: r1220
2002-12-11 05:18:47 +00:00
Don Allingham
a3864a76df
Trying to handle gnome_canvas bug
...
svn: r1214
2002-11-29 23:45:12 +00:00
Don Allingham
d92a1d98ff
scope fixes
...
svn: r1212
2002-11-28 05:52:02 +00:00
Don Allingham
1e89380047
Removed unneeded pygtk calls
...
svn: r1210
2002-11-27 05:56:23 +00:00
Don Allingham
f53f056885
use pygtk.require to determine database
...
svn: r1205
2002-11-26 04:06:23 +00:00
Don Allingham
dbe98f4068
UTF-8 support for translations, clean up gettext, improved gallery handling
...
svn: r1204
2002-11-25 04:30:36 +00:00
Don Allingham
0869dbaa92
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
a6a58ccf78
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
acab84a596
Updated configure script
...
svn: r1170
2002-11-08 04:10:31 +00:00
Don Allingham
9b2933bee0
Gallery drag/drop functionality
...
svn: r1169
2002-11-08 03:42:25 +00:00
Don Allingham
2f9f1660ee
Media gallery improvements
...
svn: r1165
2002-11-05 04:15:04 +00:00
Don Allingham
814af540c2
Pre02 for gramps-0.9.0
...
svn: r1160
2002-11-02 21:19:58 +00:00
Don Allingham
7cb2c15d32
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00
Don Allingham
0f3501ae86
Improvements to media view and parent selection
...
svn: r1151
2002-10-27 03:43:12 +00:00
Don Allingham
0753b631a6
Added MIME support via the new grampslib C module.
...
svn: r1148
2002-10-25 04:52:51 +00:00
Don Allingham
782841c738
Fixed place editing
...
svn: r1146
2002-10-21 01:18:07 +00:00
Don Allingham
5875df7c48
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00