Don Allingham
dbbbab3bea
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
...
toolbar gconf entry is not set. Appears that this can happen
on systems that don't have gnome fully installed.
svn: r2497
2003-12-10 15:30:55 +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
Don Allingham
b28d22243a
* src/GrampsCfg.py: Add comment about SUSE naming of gconf
...
* src/Relationship.py: detect a RuntimeError exception that occurs
when we exceed the recursion depth limit. This occurs when a
relationship loop is detected
* src/gramps_main.py: handle relationship loop message
svn: r2355
2003-11-20 04:18:10 +00:00
Don Allingham
c688da8615
* src/FamilyView.py: delete unused code
...
* src/PeopleView.py: handle uncaught exception
* src/RelLib.py: rebuild person table
* src/gramps_main.py: rebuild display after preferences
svn: r2338
2003-11-14 05:12:38 +00:00
Don Allingham
25aaeb6210
* src/GrampsCfg.py: Fixed name format selection problem
...
svn: r2332
2003-11-13 19:28:58 +00:00
Don Allingham
456c988d82
handle SuSE's broken gconf configuration
...
svn: r2313
2003-11-02 23:22:36 +00:00
Alex Roitman
8fea0928b0
(needed for Family View). Enable switching Toolbar on/off.
...
Correct existing gconf key detection. Enable switching Toolbar on/off.
* src/gramps.glade: Enable switching Toolbar on/off.
svn: r2266
2003-10-17 05:05:20 +00:00
Alex Roitman
22be24f661
Update
...
svn: r2265
2003-10-17 04:25:56 +00:00
Alex Roitman
1b0b7b3377
* src/FamilyView.py (set_widgets): Do not connect buttons if this
...
view is already initialized.
* src/GrampsCfg.py: Set GNOME toolbar prefs as the default.
Correct existing gconf key detection.
svn: r2264
2003-10-17 04:24:36 +00:00
Alex Roitman
b33e8c95cc
* src/GrampsCfg.py: Implement instant preferences (HIG).
...
* src/preferences.glade: Likewise.
* src/gramps_main.py (pref_callback): Update statusbar from prefs
(needed for Family View).
svn: r2260
2003-10-16 16:43:07 +00:00
Alex Roitman
b7cfa1a6b4
* src/gramps.glade: Correct tooltips.
...
* src/GrampsCfg.py: Enable using four toolbar styles as well as
the gnome default style.
* src/preferences.glade: Add a title for the tree. HIGify toolbar styles.
* src/gramps_main.py (pref_callback): Set toolbar style from prefs.
svn: r2259
2003-10-16 04:42:21 +00:00
Don Allingham
32520be016
* src/RelLib.py : support for capitalized name formats
...
* src/EditPerson.py: eliminate capitilzing names, instead rely on
the display formats
* src/Utils.py: new display formats for names
* src/GrampsCfg.py: eliminate name only option in status line,
add support for capitalized name formats
* src/preferences.glade : eliminate name only option in status line,
drop capitalize in favor of expanded name format
svn: r2238
2003-10-12 04:26:00 +00:00
Don Allingham
cbc95b9ff1
* src/GrampsCfg.py: eliminate name only option in status line
...
* src/gramps_main.py: eliminate name only option in status line
* src/preferences.py : eliminate name only option in status line
* src/plugins/GraphViz.py: install only for python 2.2
svn: r2234
2003-10-12 00:16:54 +00:00
Don Allingham
eb60bb7782
* src/gramps.glade: move alternate family view tab, assign a
...
few object names
* src/FamlyView.py: handle alternate family view
* src/preferences.glade: allow user to choose family view
* src/GrampsCfg.py: allow user to choose family view
* src/gramps_main.py: allow user to choose family view
svn: r2047
2003-08-26 03:45:41 +00:00
Don Allingham
b5f75c0a77
switch from intl to gettext
...
svn: r2017
2003-08-17 02:14:33 +00:00
Alex Roitman
745fa810ea
* src/GrampsCfg.py: Fix toolbar prefs.
...
* src/intl.py: Import intl22.so for both 2.2 and 2.3 python versions.
svn: r2010
2003-08-15 02:47:13 +00:00
Don Allingham
12ff47c896
* src/gramps_main.py: apply the filter after a load of the database,
...
allow default view to be set
* src/GrampsCfg.py: handle the defaultview key to allow the user to
choose Family or People view as the default
* src/preferences.glade: defaultview settings
svn: r1993
2003-08-12 03:01:17 +00:00
Alex Roitman
323ab986d1
* src/GrampsCfg.py: Toolbar and statusbar (single word each).
...
* src/preferences.glade: Statusbar (single word).
* doc/gramps-manual/C/gramps-manual.xml: More corrections.
svn: r1888
2003-07-16 02:33:19 +00:00
Alex Roitman
568068e47b
* src/GrampsCfg.py (GrampsPreferences.select): Conditional get_path().
...
* src/Plugins.py (PluginDialog.on_node_selected): Likewise.
svn: r1858
2003-07-11 01:12:22 +00:00
Don Allingham
50312ea35e
* src/preferences.glade: Don't immediately show preferences dialog
...
* src/GrampsCfg.py: Handle new callback for preferences dialog
* src/gramps_main.py: Pass update_display instead of full_update to
loadConfig to prevent the displaying of multiple entries on the display.
svn: r1738
2003-06-14 14:47:41 +00:00
Don Allingham
e81d73bcd7
Pychecker cleanup
...
svn: r1430
2003-04-09 03:29:08 +00:00
Don Allingham
83176b00c9
Sidebar/tab handling
...
svn: r1402
2003-03-27 03:16:09 +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
b82e7e0f0f
HIG improvements
...
svn: r1358
2003-03-19 04:27:34 +00:00
Don Allingham
1a9b2e7167
Updates to people list occur only on active display
...
svn: r1353
2003-03-17 02:28:43 +00:00
Don Allingham
7c398503c5
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
254ac30ed2
Capitalize last names
...
svn: r1271
2003-01-24 03:47:05 +00:00
Don Allingham
4d9f14f484
ansel/utf8 encodings
...
svn: r1258
2003-01-19 06:25:20 +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
0227ec87cb
Calendar formats added
...
svn: r1241
2003-01-07 03:40:22 +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
c46962df92
Updates to relationship calculator, disabling menus, saving sidebar/filters
...
svn: r1190
2002-11-16 23:22:33 +00:00
Don Allingham
efee07a0e2
ListModel improvements, GenericFilter moved to GNOME 2
...
svn: r1188
2002-11-14 05:31:42 +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
cd446082ce
Preferences updates - removal of options that no longer apply
...
svn: r1163
2002-11-04 04:18:56 +00:00
Don Allingham
9e89a5b4ad
Removed Sorter.py
...
svn: r1162
2002-11-04 04:05:47 +00:00
Don Allingham
a62c2a0822
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00