Don Allingham
4fd3c41ceb
* various: change try_to_find_*_from_handle to
...
get_*_from_handle
svn: r3355
2004-08-07 05:16:57 +00:00
Don Allingham
8df3fd12d4
* src/RelLib.py, etc.: convert get_id to get_handle
...
svn: r3290
2004-07-28 02:29:07 +00:00
Alex Roitman
f719ae6edb
* src/data/gramps.schemas: Cleanup.
...
* src/data/Makefile.am: Clen up install rule. Add uninstall rule.
* src/StartupDialog.py: Correct use of keys.
* src/GrampsCfg.py: Correct usage of gconf.
* src/DbPrompter.py: Remove unused module.
* src/SelectChild.py: Remove unused module.
* src/SelectObject.py: Remove unused module.
* src/WriteXML.py: Remove unused module.
* src/gramps_main.py: Convert to new gconf usage.
* src/FamilyView.py: Convert to new gconf usage.
* src/AddSpouse.py: Convert to new gconf usage.
* src/ChooseParents.py: Convert to new gconf usage.
* src/EditPerson.py: Convert to new gconf usage.
* src/EditPlace.py: Convert to new gconf usage.
* src/EditSource.py: Convert to new gconf usage.
* src/EventEdit.py: Convert to new gconf usage.
* src/ImageSelect.py: Convert to new gconf usage.
* src/Marriage.py: Convert to new gconf usage.
* src/MediaView.py: Convert to new gconf usage.
* src/MergeData.py: Convert to new gconf usage.
* src/PedView.py: Convert to new gconf usage.
* src/Plugins.py: Convert to new gconf usage.
* src/RelLib.py: Convert to new gconf usage.
* src/TipOfDay.py: Convert to new gconf usage.
* src/plugins/AncestorChart2.py: Remove unused module.
* src/plugins/AncestorChart.py: Remove unused module.
* src/plugins/BookReport.py: Remove unused module.
* src/plugins/FanChart.py: Remove unused module.
* src/plugins/Partition.py: Remove unused module.
* src/plugins/Desbrowser.py: Convert to new gconf usage.
* src/plugins/Merge.py: Convert to new gconf usage.
* src/plugins/RelCalc.py: Convert to new gconf usage.
* src/plugins/WebPage.py: Convert to new gconf usage.
svn: r3274
2004-07-15 02:54:04 +00:00
Alex Roitman
8b4bbf154f
Fixes to context menu
...
svn: r3222
2004-06-21 21:23:35 +00:00
Alex Roitman
900f1aaa79
Update
...
svn: r3221
2004-06-21 19:59:48 +00:00
Alex Roitman
445264275a
* src/PedView.py: Fix anchors. Switch from storing person objects
...
to their IDs. Start on building Spouses and Siblings submenus
in the context menu.
svn: r3220
2004-06-21 17:08:51 +00:00
Don Allingham
9cb2a3afc3
* src/EditSource.py: try_to_find_person_from_id fix
...
* src/PedView.py: try_to_find_person_from_id fix
* src/Utils.py: try_to_find_person_from_id fix
svn: r3197
2004-05-31 03:50:06 +00:00
Alex Roitman
e7b77ccb83
* src/RelLib.py (Transaction.__len__): Redefine length.
...
* src/ChooseParents.py, src/EditPerson.py, src/EditSource.py,
src/EventEdit.py, src/FamilyView.py, src/gramps_main.py,
src/ImageSelect.py, src/Marriage.py, src/MediaView.py,
src/PedView.py, src/PeopleModel.py, src/PlaceView.py,
src/SelectChild.py, src/SelectObject.py, src/Sources.py,
src/SourceView.py, src/Utils.py, src/Witness.py,
src/WriteXML.py: Switch from find_* to try_to_find_* methods.
svn: r3193
2004-05-26 03:26:18 +00:00
Don Allingham
2439564ba2
* various: transactions are now required for commits
...
svn: r3186
2004-05-24 04:32:19 +00:00
Don Allingham
245fa23f64
* src/Bookmarks.py: use IDs instead of person references
...
* src/ChooseParents.py: allow for NOSORT option
* src/GrampsParser.py: removed
* src/GrampsXML.py: removed
* src/MediaView.py: allow for NOSORT option
* src/PedView.py: double click to edit
* src/PeopleView.py: allow for NOSORT option
* src/PlaceView.py: allow for NOSORT option
* src/RelLib.py: handle bookmarks in metadata
* src/ReadXML.py: merge GrampsParser
* src/SourceView.py: allow for NOSORT option
* src/const.py.in: fix paths for xml files
* src/gramps_main.py: bookmark fixes
* src/papersize.xml : move to data subdirectory
* src/plugins/ReadGedcom.py: fix menu string
* src/plugins/ReadNative.py: fix menu string
* src/plugins/ReadPkg.py: fix menu string
svn: r3085
2004-04-11 02:37:13 +00:00
Alex Roitman
f824892648
* src/PedView.py (on_show_child_menu): Switch to id.
...
svn: r3045
2004-03-22 21:04:47 +00:00
Alex Roitman
967f956550
More
...
svn: r2935
2004-02-29 03:01:03 +00:00
Don Allingham
2d81ccd542
First DB pass
...
svn: r2884
2004-02-21 06:11:59 +00:00
Don Allingham
7ed2f0551e
Move from object references to IDs
...
svn: r2822
2004-02-14 05:40:30 +00:00
Alex Roitman
4f9bd50d8d
* src/PedView.py (build_nav_menu): Ditch stock Home item.
...
* src/FamilyView.py (build_ap_menu, build_nav_menu,
build_parents_nosel_menu, build_sp_parents_nosel_menu,
build_child_menu, build_spouse_menu, build_parents_menu,
build_sp_parents_menu): Ditch stock Home item.
svn: r2670
2004-01-20 16:06:17 +00:00
Alex Roitman
c71dfc8b9e
Cleanup
...
svn: r2583
2004-01-02 20:26:30 +00:00
Alex Roitman
b9e01111ba
* src/PedView.py (load_canvas): Produce generation labels based on
...
the anchor.
svn: r2582
2004-01-02 07:02:12 +00:00
Alex Roitman
70bfd2f908
* src/PedView.py (load_canvas): Ditch anchor button in favor of
...
context menu items; (make_anchor_button,on_anchor_clicked): Remove
functions; (on_anchor_set, on_anchor_remove): Add functions;
(build_nav_menu): Add anchor-related context menut items.
svn: r2581
2004-01-02 01:02:13 +00:00
Don Allingham
1cc91d1d70
* src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label
...
to a CanvasText
svn: r2579
2004-01-01 21:04:45 +00:00
Alex Roitman
f7ac2f91d6
* src/PedView.py (load_canvas): Add ahcnor button and label;
...
(make_anchor_button,make_anchor_label,on_anchor_clicked): Add functions.
svn: r2573
2004-01-01 09:21:37 +00:00
Alex Roitman
cd59e6850c
* src/PedView.py: Remove references to self.presel_descendants
...
(closes bug #854626 ).
svn: r2447
2003-12-06 05:47:07 +00:00
Alex Roitman
ff9b6287b5
* NEWS: Update.
...
* src/FamilyView.py (on_child_list_button_press): Add edit person
callback on Shift+click; (sp_key_press, child_key_press): Replace
Ctrl+Insert with Shift+Insert for adding new people.
* src/PedView.py (on_show_child_menu): Markup children with children.
* doc/gramps-manual/C/keybind.xml: Update.
* doc/gramps-manual/C/faq.xml: Update.
* doc/gramps-manual/C/filtref.xml: Update.
svn: r2412
2003-12-01 04:22:15 +00:00
Don Allingham
165b6919d2
* src/PedView.py (PedigreeView.find_children): used italics instead of
...
'*' to indicate children in popup menu
svn: r2407
2003-11-30 06:19:00 +00:00
Don Allingham
396f433caa
* src/PedView.py: add a '*' to the popup menu if the child has children
...
svn: r2400
2003-11-28 21:23:59 +00:00
Alex Roitman
57286b7845
* src/PedView.py: Correct colors so that they work with dark and
...
high-contrast themes.
svn: r2276
2003-10-22 03:20:59 +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
358f95a2be
* src/PedView.py (PedigreeView.__init__): Add parent argument to the
...
constructor. Connect to the handling function on button press over the
canvas to enable context menu;
(on_canvas_press, build_nav_menu): Add functions to enable context menu.
* src/gramps_main.py (init_interface): Call PedView with self as parent.
* src/PlaceView.py (merge): Change error message from people to places.
svn: r2042
2003-08-25 14:00:26 +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
Alex Roitman
cf3947e551
* src/PedView.py (DispBox.__init__): Conditional display of "b."
...
and "d." strings depending on the availability of the appropriate date.
* NEWS: Start new section for 0.9.3 release.
svn: r1754
2003-06-16 17:22:09 +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
bb26dd5aa7
Fixed marriage problem and startup dialog
...
svn: r1515
2003-05-12 19:39:49 +00:00
Don Allingham
5fd107adc8
Bug fixes
...
svn: r1466
2003-04-20 03:52:54 +00:00
Don Allingham
57df355849
Find support
...
svn: r1423
2003-04-04 05:48:25 +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
539c2b20b8
Handle gtk.TextView API change
...
svn: r1296
2003-02-10 04:13:15 +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
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
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00