Alex Roitman
f3b4b14bc2
* src/DataViews/_MediaView.py (edit): Handle the exception.
...
svn: r6616
2006-05-11 00:33:17 +00:00
Don Allingham
40ec7acd41
inverted searches
...
svn: r6611
2006-05-10 20:56:22 +00:00
Alex Roitman
40f355e17d
* src/GrampsDb/_GrampsBSDDB.py (load_from): Add method.
...
* src/GrampsDb/_GrampsXMLDB.py (load_from): Add method.
* src/GrampsDb/_GrampsGEDDB.py (load_from): Add method.
* src/GrampsDb/_GrampsDbBase.py (load_from): Add method.
* src/GrampsDb/_WriteGrdb.py: Use db_copy.
* src/GrampsDb/_DbUtils.py (db_copy): Add function.
* src/ViewManager.py: Save as support.
* src/DataViews/_MapView.py (enable_debug): Set to False to be
able to see the output besides MapView.
svn: r6604
2006-05-10 05:52:55 +00:00
Don Allingham
626185cff8
* src/DataViews/_PersonView.py: search bar implementation
...
* src/PeopleModel.py: search bar implementation
* src/PageView.py: search bar implementation
* src/Filters/_SearchBar.py: search bar functionality
* src/Filters/__init__.py: search bar functionality
svn: r6603
2006-05-10 04:02:45 +00:00
Don Allingham
24afde6b81
2006-05-09 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_MapView.py: add tool tips to tool buttons
* src/ViewManager.py: add tool tips to Open button
svn: r6593
2006-05-09 18:34:58 +00:00
Don Allingham
4bb09d2fc8
test case
...
svn: r6590
2006-05-09 03:29:04 +00:00
Alex Roitman
7739ac2ec2
* src/DataViews/_PersonView.py (delete_person_response): Use child_ref.
...
svn: r6587
2006-05-08 19:08:03 +00:00
Don Allingham
0aaaa45ca1
* src/DataViews/_MediaView.py: tool tips
...
* src/DataViews/_RepositoryView.py: tool tips
* src/DataViews/_SourceView.py: tool tips
* src/DataViews/_EventView.py: tool tips
* src/DataViews/_PedigreeView.py: tool tips
* src/DataViews/_PlaceView.py: tool tips
* src/DataViews/_PersonView.py: tool tips
* src/ViewManager.py: tool tips
* src/QuestionDialog.py: add info dialog
* src/PageView.py: tool tips
svn: r6574
2006-05-08 01:15:19 +00:00
Don Allingham
eeab44a8d7
2006-05-07 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: rebuild tree on surname change,
don't attempt to delete/insert, since this can cause things to
hang.
svn: r6573
2006-05-07 21:54:56 +00:00
Don Allingham
cf7e13af24
* src/DataViews/_PersonView.py: handle filter option correctly
...
svn: r6567
2006-05-07 03:50:24 +00:00
Alex Roitman
0d073b0c05
svn: r6552
2006-05-05 14:17:17 +00:00
Don Allingham
dcd9927969
* src/glade/gramps.glade: add call name field, add id fields
...
* src/glade/edit_person.glade: add call name field
* src/DataViews/_PersonView.py: start of filter sidebar,
use hbox instead of hpaned
* src/Editors/_EditPlace.py: add ID field
* src/Editors/_EditSource.py: add ID field
* src/Editors/_EditEventRef.py: add ID field
* src/Editors/_EditEvent.py: add ID field
svn: r6551
2006-05-05 13:25:24 +00:00
Don Allingham
ec58eeee86
2006-05-04 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: start of filter sidebar
svn: r6545
2006-05-04 23:48:53 +00:00
Alex Roitman
2edee552db
2006-05-03 Alex Roitman <shura@gramps-project.org>
...
* configure.in: Set release to 0.SVN.
* src/DataViews/_PersonView.py (define_actions): Change label.
svn: r6535
2006-05-03 22:43:28 +00:00
Don Allingham
db2d3ec2c4
update RelView with db changes
...
svn: r6533
2006-05-03 18:33:31 +00:00
Don Allingham
9ae72e2cdc
Move ColumnEdit to local
...
svn: r6532
2006-05-03 17:39:06 +00:00
Alex Roitman
2dd9893045
* src/Filters/Rules/*: Add object-specific rules.
...
svn: r6529
2006-05-03 06:29:07 +00:00
Alex Roitman
ba42a155b1
* src/GenericFilters.py: Remove.
...
* src/Filters: Move filtering to its own package.
svn: r6521
2006-05-03 01:02:54 +00:00
Alex Roitman
6921e6e316
* src/DataViews/_PedigreeView.py (define_actions): Translate labels.
...
* src/DataViews/_SourceView.py (define_actions): Translate labels.
* src/DataViews/_PlaceView.py (define_actions): Translate labels.
* src/DataViews/_MediaView.py (define_actions): Translate labels.
* src/DataViews/_RepositoryView.py (define_actions): Translate labels.
* src/DataViews/_MapView.py (define_actions): Translate labels.
* src/DataViews/_EventView.py (define_actions): Translate labels.
* src/DataViews/_PersonView.py (define_actions) Translate labels.
* src/PageView.py (BookMarkView.define_actions,
PersonNavView.define_actions, ListView.define_actions): Translate
labels.
svn: r6513
2006-05-02 05:50:46 +00:00
Don Allingham
3ce932ea76
* src/DataViews/_PersonView.py: view specific key mapping support
...
* src/ViewManager.py: remember last View
* src/Config/GrampsConfigKeys.py: LAST_VIEW key
* src/PageView.py: key binding support
* data/gramps.schemas.in: LAST_VIEW key
svn: r6510
2006-05-02 03:50:46 +00:00
Don Allingham
6c7affe80a
expand/collapse all nodes in Person View
...
svn: r6505
2006-05-01 21:28:31 +00:00
Don Allingham
2e49a8ab34
2006-04-30 Don Allingham <don@gramps-project.org>
...
* src/DataViews.py/_PersonView.py: don't add handles of top level
objects
* src/GrampsWidgets.py: handle both types and tuples
svn: r6502
2006-04-30 23:26:38 +00:00
Don Allingham
289bd8bdc5
* src/DataViews/_MediaView.py (MediaView.add): Fix call to AddMedia
...
svn: r6492
2006-04-28 23:13:15 +00:00
Don Allingham
0593cae180
multiple bookmark lists
...
svn: r6452
2006-04-26 21:48:13 +00:00
Martin Hawlisch
f2fe4dc6f9
* src/DataViews/_MapView.py: First badly hacked version of online map downloading.
...
svn: r6451
2006-04-26 20:15:10 +00:00
Don Allingham
5afa945819
Config method changed
...
svn: r6429
2006-04-24 21:04:01 +00:00
Don Allingham
999711b902
2006-04-23 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_MediaView.py: Column editor changes
* src/DataViews/_RepositoryView.py: Column editor changes
* src/DataViews/_SourceView.py: Column editor changes
* src/DataViews/_EventView.py: Column editor changes
* src/DataViews/_FamilyView.py: Column editor changes
* src/DataViews/_PlaceView.py: Column editor changes
* src/DataViews/_PersonView.py: Column editor changes
* src/GrampsDb/_DbUtils.py: fix add_child_to_family to handle refs
* src/ColumnOrder.py: format changes
* src/glade/gramps.glade: format changes
* src/SelectFamily.py: ManagedWindow support
svn: r6428
2006-04-24 04:06:17 +00:00
Don Allingham
3274d3dad9
* src/ColumnOrder.py: use ManagedWindow
...
* src/DataViews/_MediaView.py: ColumnOrder update
* src/DataViews/_RepositoryView.py: ColumnOrder update
* src/DataViews/_SourceView.py: ColumnOrder update
* src/DataViews/_EventView.py: ColumnOrder update
* src/DataViews/_PlaceView.py: ColumnOrder update
* src/DataViews/_PersonView.py: ColumnOrder update
svn: r6424
2006-04-23 22:14:28 +00:00
Don Allingham
5f759817c4
* src/ColumnOrder.py: preserved column width
...
svn: r6423
2006-04-23 21:58:17 +00:00
Don Allingham
7bae68c6f1
* src/DataViews/_MediaView.py: Shorten tab name
...
* src/DataViews/_RepositoryView.py: Shorten tab name
* src/DataViews/_SourceView.py: Shorten tab name
* src/DataViews/_EventView.py: Shorten tab name
* src/DataViews/_FamilyView.py: Shorten tab name
* src/DataViews/_FamilyList.py: Shorten tab name
* src/DataViews/_PedigreeView.py: Shorten tab name
* src/DataViews/_PlaceView.py: Shorten tab name
* src/DataViews/_PersonView.py: Shorten tab name
* src/DataViews/_MapView.py: Shorten tab name
* src/glade/gramps.glade: remove unused option
* src/const.py.in: bugtracker address fix
svn: r6416
2006-04-22 22:09:16 +00:00
Don Allingham
d384497dd9
pychecker fixes
...
svn: r6407
2006-04-22 03:23:57 +00:00
Martin Hawlisch
267741996a
* src/DataViews/_PedigreeView.py: Set dirty flag to force redrawing when changing tree style
...
* src/plugins/TestcaseGenerator.py: Update to new GrampsTypes
svn: r6398
2006-04-21 20:03:09 +00:00
Don Allingham
471694030c
* src/DataViews/_EventView.py: pychecker fixes
...
* src/ViewManager.py: call scratchpad properly
* src/GrampsCfg.py: pychecker fixes
* src/Editors/_EditEvent.py
* src/DisplayModels.py:pychecker fixes
* src/DisplayTabs.py: pychecker fixes
* src/ScratchPad.py: use ManagedWindow
* src/GenericFilter.py: pychecker fixes
* src/ImgManip.py: pychecker fixes
* src/PageView.py: pychecker fixes
* src/ArgHandler.py: pychecker fixes
svn: r6389
2006-04-21 04:14:00 +00:00
Don Allingham
0210b056d8
2006-04-20 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyViews.py: clean up
* src/DataViews/_PedigreeViews.py: clean up
* src/RelLib/_Name.py: fix type on set_type
svn: r6387
2006-04-21 02:05:56 +00:00
Don Allingham
bd7b3136e8
2006-04-19 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_EventView.py: more GrampsTypes changes
* src/DataViews/_PedigreeView.py: more GrampsTypes changes
* src/RelLib/_ChildRef.py: more GrampsTypes changes
* src/RelLib/_Family.py: more GrampsTypes changes
* src/RelLib/_Repository.py: more GrampsTypes changes
* src/RelLib/_Event.py: more GrampsTypes changes
* src/Editors/_EditPerson.py: more GrampsTypes changes
* src/Editors/_EditEventRef.py: more GrampsTypes changes
* src/Editors/_EditEvent.py: more GrampsTypes changes
* src/PeopleModel.py: more GrampsTypes changes
* src/DisplayTabs.py: more GrampsTypes changes
* src/GrampsWidgets.py: more GrampsTypes changes
* src/Utils.py: more GrampsTypes changes
* src/PageView.py: more GrampsTypes changes
svn: r6373
2006-04-20 03:10:23 +00:00
Alex Roitman
cd5518015b
2006-04-19 Alex Roitman <shura@gramps-project.org>
...
* src/Utils.py: Remove obsolete code.
* src/DisplayTabs.py (EventRefModel.column_role): Adapt to new types.
* src/PeopleModel.py: Adapt to new types.
* src/plugins/TestcaseGenerator.py: Adapt to new types.
* src/RelLib/Makefile.am: Ship new files.
* src/RelLib/_EventRef.py: Adapt to new types.
* src/RelLib/_PrimaryObject.py: Adapt to new types.
* src/RelLib/_EventRoleType.py: Add new module.
* src/RelLib/_RepoRef.py: Adapt to new types.
* src/RelLib/_MarkerType.py: Add new module.
* src/RelLib/_Family.py: Adapt to new types.
* src/RelLib/_Person.py: Adapt to new types.
* src/RelLib/_SourceMediaType.py: Add new module.
* src/RelLib/__init__.py: Expose new modules.
* src/Editors/_EditPerson.py: Use new type.
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Adapt to new types.
* src/GrampsDb/_ConstXML.py: Comment out obsolete code.
* src/GrampsDb/_ReadXML.py: Adapt to new types.
* src/GrampsDb/_GrampsDbBase.py (commit_person): Properly use marker.
* src/GrampsDb/_ReadGedcom.py: Adapt to new types.
* src/DataViews/_FamilyView.py (write_relationship): Use new type.
* src/DataViews/_PedigreeView.py (format_relation): Use new type.
svn: r6372
2006-04-20 00:44:44 +00:00
Don Allingham
41a9e9205c
GrampsType support for FamilyRelations, Events
...
svn: r6371
2006-04-19 22:59:33 +00:00
Don Allingham
0bfac09cef
* src/DataViews/_PersonView.py: removal of inversion
...
* src/GenericFilter.py: Interface changes for filtering
svn: r6355
2006-04-18 22:12:19 +00:00
Don Allingham
3ae608af89
image and screen updates
...
svn: r6352
2006-04-18 02:09:43 +00:00
Martin Hawlisch
75e4f7b39b
* src/DataViews/_PedigreeView.py: Fix ChildRef, Show person references
...
* src/Editors/_EditFamily.py: Typo
* src/GrampsDb/_GrampsDbBase.py (get_active_person): Handle case of no active person
* src/plugins/TestcaseGenerator.py: really generate shared events; use new GrampsType; randomize name type
* src/DataViews/_PersonView.py: DnD only for lines of persons; Fix set for python 2.3; fix get_parent_family_handle_list usage
svn: r6342
2006-04-14 12:39:17 +00:00
Don Allingham
e99a795581
Start of new type classes
...
svn: r6340
2006-04-14 04:36:25 +00:00
Martin Hawlisch
64a54f8de4
Updates to use ChildRef
...
svn: r6335
2006-04-13 19:20:11 +00:00
Don Allingham
62165e4c12
Remove bad tab
...
svn: r6333
2006-04-13 18:30:17 +00:00
Don Allingham
f477a3cdf3
Start childref conversion
...
svn: r6327
2006-04-13 16:16:00 +00:00
Martin Hawlisch
fbd8b4546c
* src/RelLib/*: fix different typos.
...
* src/DataViews/_FamilyView.py: adapt changes in RelLib
svn: r6326
2006-04-13 11:21:33 +00:00
Alex Roitman
7a61396025
Add ChildRef class, reorganize RelLib.
...
svn: r6320
2006-04-13 03:15:22 +00:00
Martin Hawlisch
83a6d06277
* src/DataViews/_MapView.py: Reworked to display multiple smaller tiled map images
...
* src/images/mk_blue_marble.py: Script to create the map tiles out of the nasa blue marble image
* src/images/Makefile.am: Add map tile images and bootstrap them using mk_blue_marble.py
svn: r6307
2006-04-10 21:41:42 +00:00
Don Allingham
a6ccb47a55
Handle active person and Pedigree startup issues
...
svn: r6306
2006-04-10 20:56:09 +00:00
Alex Roitman
dc434a5736
* src/Makefile.am: Clean byte-compiled files.
...
* src/DataViews/Makefile.am: Clean byte-compiled files.
* src/GrampsDb/Makefile.am: Clean byte-compiled files.
* src/Config/Makefile.am: Clean byte-compiled files.
* src/RelLib/Makefile.am: Clean byte-compiled files.
* src/Editors/Makefile.am: Clean byte-compiled files.
* src/plugins/Makefile.am: Clean byte-compiled files.
* src/ObjectSelector/Makefile.am: Clean byte-compiled files.
* src/TreeViews/Makefile.am: Clean byte-compiled files.
* src/Models/Makefile.am: Clean byte-compiled files.
* src/Mime/Makefile.am: Clean byte-compiled files.
* src/GrampsLogger/Makefile.am: Clean byte-compiled files.
* src/PluginUtils/Makefile.am: Clean byte-compiled files.
* src/docgen/Makefile.am: Clean byte-compiled files.
* src/DateHandler/Makefile.am: Clean byte-compiled files.
svn: r6295
2006-04-10 01:02:50 +00:00
Don Allingham
fb27b07fc1
Start of migrating tools to Managed Windows
...
svn: r6294
2006-04-09 22:53:53 +00:00
Don Allingham
4cc621cc56
remove empty families
...
svn: r6293
2006-04-08 05:56:31 +00:00
Don Allingham
0a48d600e9
select parents from relationship view
...
svn: r6284
2006-04-07 02:57:05 +00:00
Don Allingham
54a86db801
select parents from relationship view
...
svn: r6283
2006-04-07 02:54:33 +00:00
Alex Roitman
57d6df04c9
* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext
...
svn: r6282
2006-04-06 22:02:46 +00:00
Martin Hawlisch
72e25670ec
fix strange crash when loading the database
...
svn: r6252
2006-04-01 12:42:30 +00:00
Martin Hawlisch
08f0192af4
* src/DataViews/_PedigreeView.py: Work around the bug of dbstate.active not being updated when the active person was edited.
...
svn: r6251
2006-04-01 12:31:04 +00:00
Don Allingham
817ead70e4
fix place deletion
...
svn: r6223
2006-03-29 05:01:27 +00:00
Martin Hawlisch
a2e9b9ad51
* src/DataViews/_PedigreeView.py (_PersonWidget_base): Use other name for the drag_begin callback to not conflict with a gtk.Widget internal method. The DnD icon works now.
...
svn: r6213
2006-03-27 08:07:57 +00:00
Don Allingham
5b04d86d82
set drag and drop icon
...
svn: r6212
2006-03-27 05:06:10 +00:00
Martin Hawlisch
614a4a5e7d
* src/DataViews/_PedigreeView.py: Open FamilyEditor to add missing parents
...
svn: r6210
2006-03-25 14:23:51 +00:00
Martin Hawlisch
6d2e8b34c9
* src/DataViews/_PedigreeView.py: Add DnD support to the person boxes (a person can now be dragged to the ScratshPad or to a text-editor); Menu entry to copy person data (rendered as text) into clipboard
...
svn: r6209
2006-03-25 13:36:05 +00:00
Don Allingham
552ed6df43
unknown parent label on FamilyViwe
...
svn: r6200
2006-03-23 18:50:43 +00:00
Don Allingham
6a432cf0a1
repository drag-n-drop
...
svn: r6196
2006-03-23 05:19:38 +00:00
Don Allingham
389fa7263e
scratchpad/drag-n-drop fixes
...
svn: r6194
2006-03-22 23:03:57 +00:00
Martin Hawlisch
d6a44469e0
Add wrappers for displaying the tuple types to unify their usage.
...
svn: r6193
2006-03-22 21:19:32 +00:00
Don Allingham
e6f0bf7dda
lds specific data moved
...
svn: r6185
2006-03-21 06:23:45 +00:00
Don Allingham
0742d69347
performance enhancements
...
svn: r6179
2006-03-19 23:34:23 +00:00
Don Allingham
32bfafecc9
speed improvements until object selector is functional
...
svn: r6175
2006-03-19 03:25:31 +00:00
Don Allingham
dd28ea78ab
typo fixes
...
svn: r6170
2006-03-18 03:21:03 +00:00
Don Allingham
50f00d12cb
removal of families
...
svn: r6169
2006-03-18 01:30:23 +00:00
Alex Roitman
93add4967a
* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.
...
svn: r6155
2006-03-16 20:24:27 +00:00
Don Allingham
598e518474
fix map view startup traceback
...
svn: r6135
2006-03-11 04:42:49 +00:00
Don Allingham
9d086fd022
add remove function in FamilyView
...
svn: r6132
2006-03-10 22:57:22 +00:00
Don Allingham
76d3f3daa1
add remove function in FamilyView
...
svn: r6131
2006-03-10 22:38:45 +00:00
Don Allingham
a8cf8bfb96
icon fixes
...
svn: r6130
2006-03-10 21:13:48 +00:00
Don Allingham
cd4cf2f481
family_add
...
svn: r6128
2006-03-10 20:57:22 +00:00
Don Allingham
e338c13d75
MediaView integrity after add
...
svn: r6127
2006-03-10 04:29:08 +00:00
Don Allingham
99cd0fe2dc
Fix adding of places in internal map
...
svn: r6126
2006-03-10 03:26:21 +00:00
Don Allingham
064ad83c6a
add/delete families better
...
svn: r6124
2006-03-09 22:37:19 +00:00
Don Allingham
07288ca97f
format fixes
...
svn: r6108
2006-03-09 03:07:41 +00:00
Don Allingham
81fd449823
improve family editor
...
svn: r6096
2006-03-07 23:49:26 +00:00
Don Allingham
0e8c493a76
connect new families correctly
...
svn: r6094
2006-03-07 21:18:21 +00:00
Don Allingham
464a5c2edd
initialize families properly
...
svn: r6093
2006-03-07 03:35:46 +00:00
Don Allingham
9ffa6613a7
column editing
...
svn: r6085
2006-03-05 23:39:20 +00:00
Don Allingham
a3aedf85ae
module renames
...
svn: r6072
2006-03-04 16:08:52 +00:00
Don Allingham
34ed34e018
moved files to DataViews
...
svn: r6071
2006-03-04 15:37:04 +00:00