Alex Roitman
bd1bc316f0
In .:
...
* src/Makefile.am (gdir_PYTHON): Remove DisplayTabs.py.
* src/plugins/Makefile.am (pkgdata_PYTHON): Ship rel_sk.py.
In po:
Update.
* gramps.pot: Update.
svn: r6549
2006-05-05 06:06:10 +00:00
Alex Roitman
2884c076bf
2006-05-03 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/ReorderIds.py (ReorderIds.reorder): Switch from
cursors to keys iteration.
svn: r6541
2006-05-04 04:05:57 +00:00
Alex Roitman
25ada65064
* src/PluginUtils/_Tool.py (BatchTool): Add class taking care of
...
tools with batch transactions.
(ActivePersonTool.pass): Remove method.
* src/plugins/Check.py (Check): Derive from BatchTool.
* src/plugins/ReorderIds.py (ReorderIds): Use batch transactions;
derive from BatchTool.
* src/plugins/ChangeTypes.py (ChangeTypes): Use batch
transactions; derive from BatchTool.
* src/plugins/ChangeNames.py (ChangeNames): Derive from BatchTool.
* src/plugins/PatchNames.py (PatchNames): Use batch transactions;
derive from BatchTool.
* src/glade/gramps.glade: Make both buttons' lables in
questiondialog use underline property.
(ViewManager.import_data): Add undo warning for imports.
svn: r6540
2006-05-04 02:05:50 +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
cc190517f8
* src/plugins/rel_sk.py: Typo.
...
svn: r6512
2006-05-02 05:07:47 +00:00
Alex Roitman
3fe3482efb
In .:
...
2006-05-01 Alex Roitman <shura@gramps-project.org>
* various: merge changes from gramps20.
In po:
2006-05-01 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.
svn: r6504
2006-05-01 21:11:26 +00:00
Alex Roitman
bb9f7dc74d
2006-04-30 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/Verify.py (Verify.run_tool): Typo.
svn: r6503
2006-05-01 05:55:14 +00:00
Brian Matherly
6937ac022c
* src/plugins/CountAncestors.py: Use positive numbers for generations to be consistent with the rest of GRAMPS
...
svn: r6501
2006-04-30 21:43:45 +00:00
Don Allingham
e4235afcc1
svn: r6497
2006-04-30 01:25:56 +00:00
Brian Matherly
c872bd6051
* src/plugins/CountAncestors.py: Add percent of theoretical ancestors
...
svn: r6496
2006-04-29 23:17:58 +00:00
Brian Matherly
58a6f62125
Add ODSDoc.py and use it in EventCmp.py
...
svn: r6493
2006-04-28 23:47:19 +00:00
Alex Roitman
d2698f566a
2006-04-27 Alex Roitman <shura@gramps-project.org>
...
* src/ViewManager.py (ViewManager.build_plugin_menu): Use unique
command-line name for action menu.
* src/plugins/GraphViz.py: Fix report.
* src/PluginUtils/_PluginMgr.py (_register_standalone): Remove
unneeded import.
* src/PluginUtils/_Plugins.py (build_tools_menu, build_report_menu,
build_plugin_menu, by_menu_name): Remove functions already
re-implemented in ViewManager.
* src/plugins/EventCmp.py: Correct button label.
* src/plugins/StatisticsChart.py: Fix report.
svn: r6481
2006-04-28 04:33:28 +00:00
Alex Roitman
621535599b
* src/plugins/CmdRef.py: Fix tool.
...
svn: r6469
2006-04-27 19:35:43 +00:00
Alex Roitman
5505dc12d3
2006-04-27 Alex Roitman <shura@gramps-project.org>
...
* src/PluginUtils/_PluginStatus.py: Fix wm.
* src/PluginUtils/_Plugins.py: Fix Reload tool. The re-building of
the menus still needs to be fixed.
* src/plugins/Leak.py: Fix wm.
* src/docgen/LPRDoc.py: Import Errors module before it is called.
* src/plugins/DumpGenderStats.py: Fix wm.
svn: r6468
2006-04-27 19:19:10 +00:00
Alex Roitman
ea6698be92
svn: r6463
2006-04-27 03:59:47 +00:00
Alex Roitman
1403965a82
* src/plugins/PatchNames.py (PatchNames.on_ok_clicked): Properly
...
call update.
svn: r6462
2006-04-27 03:38:30 +00:00
Alex Roitman
6836f020d5
* src/plugins/Verify.py: Fix wm.
...
* src/plugins/RelCalc.py: Fix wm.
* src/plugins/SoundGen.py: Fix wm.
svn: r6461
2006-04-27 02:35:47 +00:00
Alex Roitman
86ec5e51b8
* src/plugins/Checkpoint.py: Fix wm.
...
svn: r6460
2006-04-27 02:04:05 +00:00
Alex Roitman
f8f0ac3e30
* src/plugins/ReorderIds.py: Adapt to new API; rebuild for Events
...
and Repositories.
svn: r6459
2006-04-27 01:56:42 +00:00
Alex Roitman
7192a66122
* src/plugins/ChangeTypes.py: Fix wm; adapt to RelLib changes.
...
* src/plugins/ChangeNames.py: Fix wm.
svn: r6457
2006-04-27 00:10:07 +00:00
Alex Roitman
24a22b4930
* src/MergePeople.py: Adapt to RelLib changes.
...
* src/plugins/Merge.py: Properly call MergePeople; properly call
update; set dbstate and uistate as instance attributes.
svn: r6456
2006-04-26 23:38:32 +00:00
Alex Roitman
9406527176
2006-04-26 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/Check.py: Adapt to new family relation types.
svn: r6454
2006-04-26 22:43:18 +00:00
Alex Roitman
bdf5731502
* src/plugins/PatchNames.py: Adapt to new wm.
...
* src/PluginUtils/_Tool.py (gui_tool): handle exception.
svn: r6449
2006-04-26 05:09:44 +00:00
Alex Roitman
f1c3795edf
2006-04-25 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/EventCmp.py (DisplayChart.on_write_table): Use
FileChooser dialog.
* src/plugins/eventcmp.glade: remove unused dialog.
svn: r6447
2006-04-26 05:03:56 +00:00
Alex Roitman
d65456847d
* src/plugins/Desbrowser.py: Window Management fixes.
...
svn: r6438
2006-04-25 22:29:46 +00:00
Alex Roitman
77b40742b4
* src/plugins/EventCmp.py: Adapt to RelLib changes.
...
* src/GenericFilter.py (GenericFilter.check_and): Correct logic.
* src/PluginUtils/_PluginStatus.py: Use new set_window.
svn: r6435
2006-04-25 18:36:52 +00:00
Alex Roitman
2ca818e4a5
Update
...
svn: r6427
2006-04-23 22:52:23 +00:00
Alex Roitman
cd4ee9ca0b
2006-04-23 Alex Roitman <shura@gramps-project.org>
...
* src/Utils.py: Make set_titles call ManagedWindow.set_titles
with warning.
* src/ManagedWindow.py: move set_titles here.
* src/plugins/FilterEditor.py: Use new set_window method.
* src/Editors/_Edit*.py: new set_window method.
svn: r6425
2006-04-23 22:18:01 +00:00
Don Allingham
c44729fb3a
2006-04-23 Don Allingham <don@gramps-project.org>
...
* src/GrampsCfg.py: remove familyview stuff
* src/plugins/TestcaseGenerator.py: fix BIRTH, DEATH constants
svn: r6421
2006-04-23 21:17:50 +00:00
Brian Matherly
e275aef029
Keep reports up with RelLib changes
...
svn: r6417
2006-04-23 02:58:53 +00:00
Brian Matherly
99c3ae0e44
misc reports: keep up with RelLib changes
...
svn: r6414
2006-04-22 06:56:48 +00:00
Alex Roitman
b9371e2e08
2006-04-21 Alex Roitman <shura@gramps-project.org>
...
* src/PluginUtils/_ReportUtils.py (buried_str): Typo.
* src/plugins/DetDescendantReport.py (write_children): Use child_refs.
* src/plugins/DetAncestralReport.py (write_children): Use child_refs.
* src/plugins/IndivComplete.py (write_fact): Use new event type.
* src/docgen/KwordDoc.py (KwordDoc.close): Use tarile.
svn: r6413
2006-04-22 05:13:21 +00:00
Don Allingham
3ee48954ea
* src/StartupDialog.py: fix close
...
* src/plugins/Desbrowser.py: Use ActivPersonTool
* src/PluginUtils/_Tool.py: active person tool added
svn: r6412
2006-04-22 04:48:40 +00:00
Don Allingham
64b7cb7ad1
* src/plugins/FilterEditor.py: fix close arguments
...
* src/plugins/ChangeNames.py: fix close arguments
* src/plugins/Merge.py: fix close arguments
* src/plugins/ChangeTypes.py: fix close arguments
* src/plugins/PatchNames.py: fix close arguments
svn: r6411
2006-04-22 04:06:10 +00:00
Don Allingham
a353ab6c53
* src/plugins/Desbrowser.py: check for active person
...
svn: r6410
2006-04-22 04:04:02 +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
Martin Hawlisch
079d168b4e
* src/plugins/ImportGeneWeb.py: Use new type classes; Start of parsing relationships (unfinished)
...
svn: r6380
2006-04-20 16:26:12 +00:00
Don Allingham
a71ac389b2
type changes
...
svn: r6375
2006-04-20 03:34:07 +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
Martin Hawlisch
41b4119796
* src/plugins/TestcaseGenerator.py: Use the new types
...
svn: r6370
2006-04-19 20:56:46 +00:00
Brian Matherly
54957e0a21
Update for RelLib changes
...
svn: r6361
2006-04-19 04:06:27 +00:00
Don Allingham
3c31f1e2ec
2006-04-18 Don Allingham <don@gramps-project.org>
...
* src/plugins/Desbrowser.py: bring up to speed with ManagedWindow
* src/GrampsWidgets.py: fix the type return value
svn: r6353
2006-04-18 19:10:13 +00:00
Brian Matherly
36816a7562
src/plugins/DescendReport.py: Don't sort children (Bug #1453010 )
...
svn: r6350
2006-04-17 04:09:00 +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
Don Allingham
253da2a4a7
Fix family/child refs
...
svn: r6337
2006-04-13 19:34:07 +00:00
Martin Hawlisch
64a54f8de4
Updates to use ChildRef
...
svn: r6335
2006-04-13 19:20:11 +00:00
Don Allingham
f477a3cdf3
Start childref conversion
...
svn: r6327
2006-04-13 16:16:00 +00:00
Alex Roitman
7a61396025
Add ChildRef class, reorganize RelLib.
...
svn: r6320
2006-04-13 03:15:22 +00:00
Brian Matherly
0eb3838f92
Add graph preview based on MIME type.
...
svn: r6319
2006-04-13 03:01:12 +00:00
Alex Roitman
a5a961584b
Fix typo
...
svn: r6318
2006-04-12 16:41:33 +00:00
Brian Matherly
cbcef67f59
Improve graphic alignment in OO reports. (Bug 1370498)
...
svn: r6297
2006-04-10 04:29:29 +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
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
2cd1f30ad2
updated LDS support
...
svn: r6270
2006-04-05 16:57:28 +00:00
Martin Hawlisch
82e6106da0
* src/plugins/TestcaseGenerator.py: Fix lds ord; Add new option to put a linebreak into each textfield
...
svn: r6260
2006-04-04 15:28:43 +00:00
Brian Matherly
d52f881814
minor report improvements
...
svn: r6259
2006-04-04 04:14:51 +00:00
Brian Matherly
cca50ad870
src/plugins/FamilyGroup.py: various fixes, add Marriage info
...
svn: r6256
2006-04-02 05:35:25 +00:00
Brian Matherly
9653c3e6de
Narrative Web Page should work now
...
svn: r6254
2006-04-01 17:38:34 +00:00
Brian Matherly
76f214378f
src/plugins/NavWebPage.py: various fixes. Doesn't work yet.
...
svn: r6240
2006-03-31 05:37:41 +00:00
Don Allingham
6c0e2b86d6
handle to ref conversions
...
svn: r6239
2006-03-31 04:19:06 +00:00
Brian Matherly
97ee7bdc17
src/plugins/DecendReport.py: use full dates instead of just year.
...
svn: r6238
2006-03-31 03:55:06 +00:00
Brian Matherly
ce463e546d
src/plugins/GraphViz.py: import const
...
svn: r6237
2006-03-31 01:23:48 +00:00
Don Allingham
0813d57df6
check and repair fixes
...
svn: r6235
2006-03-30 17:29:30 +00:00
Brian Matherly
d9277db7ee
Remove use of deprecated functions. Supported graphical reports should work now.
...
svn: r6232
2006-03-30 05:15:54 +00:00
Brian Matherly
8a4302a1af
Remove use of deprecated functions. Supported text reports now work.
...
svn: r6229
2006-03-30 03:17:33 +00:00
Don Allingham
4c3e96b163
remove expanduser
...
svn: r6219
2006-03-29 04:24:39 +00:00
Don Allingham
dcec2c11c9
remove expanduser
...
svn: r6218
2006-03-29 04:11:17 +00:00
Brian Matherly
1759eaf403
Make the Family Group Report work. Eliminiate the use of depricated functions.
...
svn: r6216
2006-03-29 02:35:19 +00:00
Brian Matherly
4813ce09d7
Use filename instead of URI for XML parser (works on Windows and Linux)
...
svn: r6215
2006-03-29 02:25:04 +00:00
Don Allingham
e6f0bf7dda
lds specific data moved
...
svn: r6185
2006-03-21 06:23:45 +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
Alex Roitman
596894f4f7
Update
...
svn: r6138
2006-03-11 05:11:41 +00:00
Alex Roitman
6b9d4207ce
* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.
...
svn: r6133
2006-03-11 01:12:06 +00:00
Alex Roitman
bd67a5ec84
* PluginUtils: Add module with Report and Tool utils.
...
svn: r6121
2006-03-09 20:49:29 +00:00
Alex Roitman
1359e602d2
Update
...
svn: r6120
2006-03-09 20:21:32 +00:00
Alex Roitman
7d45c26f71
Update
...
svn: r6098
2006-03-08 01:09:17 +00:00
Don Allingham
dfeb7259b3
new logging scheme
...
svn: r6080
2006-03-05 04:31:24 +00:00
Don Allingham
71b3c72d70
relocate glade files
...
svn: r6075
2006-03-04 22:53:46 +00:00
Don Allingham
a6aa3d7564
fix Makefile.am files
...
svn: r6061
2006-03-04 02:56:23 +00:00
Alex Roitman
9ef4680cc4
* src/plugins/stock_link.png: Remove (already present in
...
src/images, used by ScratchPad only).
* src/Config, src/Mime, src/images: Ignore Makefiles.
svn: r6060
2006-03-04 00:19:54 +00:00
Martin Hawlisch
190389d0ba
* src/plugins/TestcaseGenerator.py: Feed in more data, support Repositories, properly set types as (id,str) tuples instead of custom strings.
...
svn: r6056
2006-03-03 12:31:35 +00:00
Alex Roitman
7286845b75
Add Mime package
...
svn: r6047
2006-03-03 00:23:04 +00:00
Don Allingham
4efbaaa16c
update new installation paths
...
svn: r6046
2006-03-03 00:17:58 +00:00
Alex Roitman
bc6848cf20
Add Config package
...
svn: r6044
2006-03-03 00:10:52 +00:00
Alex Roitman
b3798a9f30
Remove .cvsignore files from all directories.
...
svn: r6034
2006-03-02 19:30:29 +00:00
Alex Roitman
f418f4435a
Remove executable bit
...
svn: r6033
2006-03-02 18:43:00 +00:00
Don Allingham
edb7462f1e
removed corrupt png files
...
svn: r6027
2006-03-02 16:46:28 +00:00
Don Allingham
0872ee9795
removed unused png files
...
svn: r6026
2006-03-02 16:44:08 +00:00
Alex Roitman
632ad860df
* src/Exporter.py (Exporter): Callback support, busy cursor.
...
* src/ViewManager.py (ViewManager): Move progress bar handling
into DisplayState.
* src/DisplayState.py (DisplayState): Move progress bar here.
* src/Assistant.py (Assistant.set_busy_cursor): Add method.
* src/plugins/WritePkg.py: Callback support.
* src/GrampsDb/_WriteGedcom.py: Callback support.
svn: r6016
2006-03-01 06:16:36 +00:00
Alex Roitman
3ec34df9c5
* src/plugins/WritePkg.py (PackageWriter.export): Add existing
...
image filenames to the archive.
* src/GrampsDb/_WriteXML.py: Improve callback use, add another
strip_photo option.
* src/ViewManager.py: Typos.
* src/Exporter.py: Start for callback support.
* src/GrampsDb/_WriteGedcom.py: Callback support.
svn: r6013
2006-03-01 05:04:22 +00:00
Alex Roitman
6044ca5317
* src/ViewManager.py (ViewManager.import_data): Properly process
...
non-native (plugin) imports; (_do_import): factor common code into
the new method.
* src/GrampsDb/_ReadXML.py (GrampsParser.__init__): Skip updating
if callback is empty (non-callable).
* src/docgen/HtmlDoc.py (HtmlDoc.load_tpkg): Use tarfile.
* src/ArgHandler.py (ArgHandler.cl_import): Use tarfile.
* src/plugins/WritePkg.py (PackageWriter.export): Use tarfile.
* src/plugins/ReadPkg.py (impData): Use tarfile module.
svn: r6012
2006-03-01 00:26:29 +00:00
Alex Roitman
2b96e371e1
* various: merge changes made in gramps20 up until R2_0_10_real tag.
...
* configure.in: Bump up release number.
* Release: Version 2.0.10 "Holy Hand Grenade of Antioch" released.
svn: r6011
2006-02-28 19:54:35 +00:00
Don Allingham
2cab6440c2
* src/DisplayTabs.py: connect new EditSourceRef editor
...
* src/EditSourceRef.py: update data on save
* src/gramps.glade: hide src_edit_ref by default
* src/plugins/Makefile.am: Calendar.py and holidays.xml
svn: r5964
2006-02-20 04:59:20 +00:00
Alex Roitman
de0559e32c
* RelLib/_*.py: Make objects serialize all the way down to built-in
...
python objects, so that Gramps classes are never pickled.
* Date.py, CalSdn.py: Move to RelLib.
* src/dates/Date_*.py: Use new Date.
* src/plugins/*.py: Use new Date.
* src/GrampsDb/_*.py: Use new Date, new unserialize.
* src/*.py: Use new Date.
svn: r5875
2006-02-03 22:03:53 +00:00
Alex Roitman
65753f7ece
* src/plugins/ChangeNames.py (on_ok_clicked): Properly set batch
...
transaction.
* src/GrampsDb/_GrampsDbBase.py (transaction_begin): Add batch
argument; (set_batch): Remove method.
svn: r5800
2006-01-19 18:18:55 +00:00
Alex Roitman
d0ddac1282
* src/GrampsDb/_ReadGrdb.py (importData): Properly set batch
...
transaction.
* src/plugins/Check.py: Properly set batch transaction.
* src/plugins/ImportGeneWeb.py: Properly set batch transaction.
* src/plugins/ImportvCard.py: Properly set batch transaction.
* src/plugins/TestCaseGenerator.py: Properly set batch transaction.
svn: r5796
2006-01-19 04:30:40 +00:00