Martin Hawlisch
3b3a76a3f5
* src/DataViews/_PedigreeView.py: Support for family editing; Change line style for child relation "birth"
...
svn: r6924
2006-06-20 09:17:58 +00:00
Don Allingham
7c6b044711
* src/DataViews/_PersonView.py: handle unsetting of rows changing
...
the active person when the model is rebuilt.
svn: r6922
2006-06-20 04:25:44 +00:00
Don Allingham
e989a73aea
* src/DataViews/_Relationship.py: handle person set to None
...
svn: r6920
2006-06-20 02:50:38 +00:00
Martin Hawlisch
0de586739e
* src/PageView.py, src/DataViews/_MediaView.py: Let all list views have the same border width
...
svn: r6918
2006-06-19 21:01:57 +00:00
Martin Hawlisch
2069821307
* src/DataViews/_PedigreeView.py: Bootstrap resize handling using "show" event because the "expose" event was not emitted in all cases ( closes #202 ); Redraw on family-* signals too to show for example newly added parents.
...
svn: r6914
2006-06-19 08:22:49 +00:00
Don Allingham
14e0783dd4
2006-06-17 Don Allingham <don@gramps-project.org>
...
* src/Selectors/_BaseSelector.py (BaseSelector.run): handle
delete event
* src/DataViews/_RelationView.py: remove debug statement
* src/DataViews/__init__.py: remove map view for time being
svn: r6909
2006-06-18 03:05:33 +00:00
Don Allingham
09d839782f
* src/DataViews/_RelationView.py: clear all subelements on redraw
...
svn: r6907
2006-06-17 04:20:27 +00:00
Don Allingham
fe4bdbc9c1
2006-06-16 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_MediaView.py: clear image if none is selected
svn: r6905
2006-06-17 02:36:57 +00:00
Don Allingham
2f86415842
svn: r6903
2006-06-16 21:26:44 +00:00
Martin Hawlisch
18c33bcf50
small typo
...
svn: r6899
2006-06-16 08:31:20 +00:00
Don Allingham
28d4740d3c
2006-06-01 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: FilterEditor call sequence
* src/FilterEditor/_EditFilter.py: added
* src/FilterEditor/_FilterEditor.py: Break out other classes
* src/FilterEditor/_EditRule.py: added
* src/FilterEditor/_ShowResults.py: added
* src/FilterEditor/Makefile.am: Add new files
svn: r6843
2006-06-02 03:21:52 +00:00
Don Allingham
60dd633324
2006-06-01 Don Allingham <don@gramps-project.org>
...
* configure.in: add FilterEditor subdir
* src/DataViews/_PersonView.py: call filter editor with 'Person'
argument
* src/FilterEditor/_FilterEditor.py: get functional again
* src/glade/rule.glade: clean up ui a bit
* src/Filters/_FilterList.py: fix logical condition
* src/Filters/_GenericFilter.py: fix inversion
svn: r6840
2006-06-01 22:37:13 +00:00
Don Allingham
5a1fa1c1c7
2006-05-31 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: call FilterEditor
* src/FilterEditor/__init__.py: added
* src/FilterEditor/_FilterEditor.py: moved from plugins
* src/glade/rule.glade: filter editor changes
* src/Makefile.am: change subdirs
* src/FilterEditor/Makefile.am: added
svn: r6836
2006-06-01 03:36:59 +00:00
Alex Roitman
2e9af64722
Update
...
svn: r6823
2006-05-31 02:03:29 +00:00
Alex Roitman
0ab5eb9a0d
2006-05-30 Alex Roitman <shura@gramps-project.org>
...
* various: break Report into a package.
svn: r6820
2006-05-31 00:48:07 +00:00
Don Allingham
8ec6242dd7
2006-05-26 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: build skip list for SelectFamily so that
* a person cannot be his own parent
* src/Editors/_EditFamily.py: don't allow a person to be his own parent
* src/Selectors/_BaseSelector.py: Add skipping of handles
* src/DisplayModels/_BaseModel.py: Add skipping of handles
* src/DisplayModels/_MediaModel.py: Add skipping of handles
* src/DisplayModels/_RepositoryModel.py: Add skipping of handles
* src/DisplayModels/_SourceModel.py: Add skipping of handles
* src/DisplayModels/_EventModel.py: Add skipping of handles
* src/DisplayModels/_FamilyModel.py: Add skipping of handles
* src/DisplayModels/_PlaceModel.py: Add skipping of handles
svn: r6790
2006-05-26 20:48:40 +00:00
Don Allingham
305b3d7bd1
* src/DataViews/_PersonView.py: Merge module support
...
* src/Merge/_MergeSource.py: broken out of MergeData.py
* src/Merge/__init__.py: support of module
* src/Merge/Makefile.am: added
* src/Merge/_MergePlace.py: broken out of MergeData.py
* src/Merge/_MergePerson.py: renamed
svn: r6778
2006-05-25 21:02:49 +00:00
Don Allingham
d5f33362ac
* src/DataViews/_SourceView.py: source merge support
...
svn: r6777
2006-05-25 20:35:04 +00:00
Don Allingham
081f5079d5
2006-05-25 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PlaceView.py: place merge support
* src/glade/mergedata.glade: place merge support
* src/MergeData.py: place merge support
* src/PageView.py: add support for multiselection
svn: r6776
2006-05-25 19:39:44 +00:00
Don Allingham
00a5154a67
* src/DataViews/_PersonView.py: merge functionality
...
* src/ViewManager.py: merge functionality
* src/MergePeople.py: fix merge (ui and birth/death events)
* src/GrampsDb/_WriteXML.py: remove redundant birth/death entries
svn: r6773
2006-05-25 04:08:05 +00:00
Don Allingham
4cb9bb81b2
2006-05-23 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: make shading optional
* src/GrampsCfg.py: make shading optional
* src/Config/_GrampsConfigKeys.py: make shading optional
* data/gramps.schemas.in: make shading optional
svn: r6769
2006-05-24 04:49:05 +00:00
Martin Hawlisch
b8ff094aa6
* src/DataViews/_MapView.py: Catch exceptions of the PixbufLoader that occur if nothing or not an image have been downloaded.
...
svn: r6765
2006-05-23 21:30:42 +00:00
Don Allingham
74b55ce32a
2006-05-23 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_RelationView.py: finish shading
* src/GrampsDb/_DbUtils.py: add birth/death index set funcion
* src/Editors/_EditPerson.py: birth/death index fixes
* src/DisplayTabs/_PersonEventEmbedList.py: birth/death index fixes
* src/GrampsWidgets.py: shading fixes
* src/DisplayModels/_PeopleModel.py: birth/death index fixes
svn: r6764
2006-05-23 21:07:26 +00:00
Don Allingham
b2e8acc59d
* src/DataViews/_RelationView.py: renamed from _FamilyView
...
* src/DataViews/__init__.py: use RelationView.py
* src/DataViews/Makefile.am: update
svn: r6761
2006-05-23 19:46:02 +00:00
Martin Hawlisch
c1e6f1a089
* src/DataViews/_PedigreeView.py: Use dbstate only to not get out of sync with db and active person.
...
svn: r6760
2006-05-23 19:01:43 +00:00
Don Allingham
e11392531d
alignment
...
svn: r6757
2006-05-23 16:40:08 +00:00
Don Allingham
fbdf65148e
2006-05-23 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyView.py: more shading
svn: r6756
2006-05-23 16:33:42 +00:00
Alex Roitman
8b9b3112d8
2006-05-22 Alex Roitman <shura@gramps-project.org>
...
* data/gramps.schemas.in: Typos.
* src/DataViews/_PedigreeView.py (rebuild): Typo.
svn: r6753
2006-05-23 04:59:50 +00:00
Don Allingham
4200f34ab2
2006-05-22 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyView.py: start shading of data
svn: r6752
2006-05-23 03:50:37 +00:00
Don Allingham
ff07f8407f
* src/DataViews/_MapView.py: use config value to determine if online
...
maps should be used
* src/GrampsCfg.py: online map config value
* src/Config/_GrampsCOnfigKeys.py: online map config value
* daa/gramps.schema.in: online map config value
svn: r6728
2006-05-20 01:49:38 +00:00
Martin Hawlisch
394f2d2749
* src/DataViews/_MapView.py (WMSMapTile): Start of map download inside an idle handler.
...
svn: r6724
2006-05-19 19:13:17 +00:00
Alex Roitman
624138a2a4
* src/DataViews/_RepositoryView.py (edit, on_double_click): Catch
...
exception.
* src/GrampsWidgets.py (PlaceEntry.add_del_clicked)
(PlaceEntry.share_clicked): Catch exception.
svn: r6716
2006-05-18 23:02:47 +00:00
Alex Roitman
b21da17659
* src/glade/gramps.glade (select_person): Name the box.
...
* src/DataViews/_MediaView.py (row_change): Collect garbage on the
row change.
* src/Selectors/_BaseSelector.py: Use DisplaModel models;
(_local_init): Add selector-specific hook.
(_local_init): Set up preview;
(_row_change): Show preview; collect garbage.
svn: r6690
2006-05-17 06:13:37 +00:00
Alex Roitman
3b6d63e48f
In .:
...
* src/Selectors/_SelectPerson.py: Use new package.
* src/plugins/RelCalc.py: Use new package.
* src/DataViews/_PersonView.py: Use new package.
* src/DisplayModels: Make new package.
* src/Makefile.am: Remove old files.
In po:
* POTFILES.in: Add new files; remove old files.
svn: r6683
2006-05-17 00:48:46 +00:00
Martin Hawlisch
387f33c94a
* src/DataViews/_PedigreeView.py: work around bug in database-changed signals
...
svn: r6681
2006-05-16 14:57:17 +00:00
Martin Hawlisch
2bc240dd5f
* src/DataViews/_PedigreeView.py: Add navigation-arrows to the tree
...
svn: r6680
2006-05-16 13:53:11 +00:00
Don Allingham
67475a87cd
* src/Filters/__init__.py: add SidebarFilter, PersonSidebarFilter
...
* src/Filters/_SidebarFilter.py: added
* src/Filters/_PersonSidebarFilter.py: added
svn: r6672
2006-05-15 20:37:19 +00:00
Don Allingham
542927d48a
2006-05-15 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: cleaner interface to filters
* src/plugins/RelCalc.py: cleaner interface to filters
* src/PeopleModel.py: cleaner interface to filters
* src/Selectors/_SelectPerson.py: cleaner interface to filters
svn: r6671
2006-05-15 18:49:35 +00:00
Alex Roitman
fc36af2974
* src/DataViews/_SourceView.py (edit,on_double_click): Catch exception.
...
svn: r6670
2006-05-15 16:03:10 +00:00
Alex Roitman
e0b3dc141d
In .:
...
2006-05-15 Alex Roitman <shura@gramps-project.org>
* configure.in: Generate new Makefile.
* src/Makefile.am: adapt to new module.
* src/Selectors: separate selectors in their own module.
* src/Select*.py: move to Selectors.
* src/DataViews/_FamilyView.py: Use new module.
* src/Editors/_EditLdsOrd.py: Use new module.
* src/Editors/_EditPersonRef.py: Use new module.
* src/Editors/_EditFamily.py: Use new module.
* src/DisplayTabs/_SourceEmbedList.py: Use new module.
* src/DisplayTabs/_RepoEmbedList.py: Use new module.
* src/DisplayTabs/_EventEmbedList.py: Use new module.
* src/DisplayTabs/_GalleryTab.py: Use new module.
* src/plugins/FilterEditor.py: Use new module.
* src/plugins/SimpleBookTitle.py: Use new module.
* src/PluginUtils/_Report.py: Use new module.
In po:
2006-05-15 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.
svn: r6669
2006-05-15 15:53:42 +00:00
Don Allingham
06c27271c5
* src/DataViews/_RepositoryView.py: column fixes
...
* src/DataViews/_SourceView.py: column fixes
* src/DataViews/_EventView.py: column fixes
* src/DataViews/_FamilyList.py: column fixes
* src/DataViews/_PlaceView.py: column fixes
* src/DataViews/_PersonView.py: column fixes
* src/DisplayModels.py: column/sort fixes
* src/PageView.py: column/sort fixes
svn: r6664
2006-05-15 04:14:03 +00:00
Don Allingham
c41dafef73
2006-05-14 Don Allingham <don@gramps-project.org>
...
* src/DateHandler/__init__.py: import DateParser and DateDisplay
* src/DataViews/_PersonView.py: default gender filter to "any"
* configure.in: bump up to 2.1.2
svn: r6659
2006-05-14 23:01:00 +00:00
Don Allingham
26548787a8
2006-05-13 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_FamilyView.py (FamilyView.redraw): handle history
svn: r6648
2006-05-14 02:37:15 +00:00
Don Allingham
1f96447335
* src/DataViews/_PersonView.py: add non-functioning (for now) clear
...
button
* src/Config/_GrampsGconfKeys.py: get_default fix
svn: r6642
2006-05-13 05:36:55 +00:00
Don Allingham
6976e2c9c0
default colors
...
svn: r6639
2006-05-13 04:45:46 +00:00
Don Allingham
8e2132ccb2
svn: r6636
2006-05-13 04:10:40 +00:00
Don Allingham
3b62238ba8
* src/GrampsCfg.py: fix color dialog buttons
...
* src/Filters/Rules/Person/_HasEvent.py: handle EventType
svn: r6635
2006-05-13 03:53:06 +00:00
Don Allingham
fdd56563e7
2006-05-12 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: set up new filter fields
* src/Filters/Rules/Person/_RegExpIdOf.py: added
* src/Filters/Rules/Person/__init__.py: added new files
* src/Filters/Rules/Person/_HasNoteMatchingSubstringOf.py
* src/Filters/Rules/Person/_HasBirth.py: use loose_data_cmp
* src/Filters/Rules/Person/_SearchName.py: search all fields
* src/Filters/Rules/Person/_HasDeath.py: use loose_data_cmp
* src/Filters/Rules/Person/_RegExpName.py: added
* src/Filters/Rules/Person/_MatchIdOf.py: added
* src/Filters/Rules/Person/_HasNoteRegexp.py: added
* src/Filters/Rules/Person/Makefile.am: added new files
* src/Filters/Rules/_RuleUtils.py: added loose_date_cmp
2006-04-26 Martin Hawlisch <Martin.Hawlisch@gmx.de>
svn: r6634
2006-05-12 22:38:48 +00:00
Don Allingham
a270b514e6
2006-05-11 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: add additional fields, and build
filter
* src/PeopleModel.py: handle both search and filters
* src/Filters/_GenericFilter.py: import RelLib
svn: r6625
2006-05-12 04:51:44 +00:00
Don Allingham
b073854468
fix marker type, search bar tuple problem
...
svn: r6622
2006-05-11 23:05:12 +00:00
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