Commit Graph

5296 Commits

Author SHA1 Message Date
Don Allingham
920c4e0798 2006-06-02 Don Allingham <don@gramps-project.org>
* src/FilterEditor/_EditFilter.py: clean up
	* src/FilterEditor/_EditRule.py: clean up
	* src/glade/rule.glade: clean up
	* src/Filters/Rules/Person/_IsDescendantFamilyOf.py: make current with RelLib

	* src/Filters/Rules/Person/_HasFamilyEvent.py: make current with RelLib

	* src/Filters/Rules/Person/_IsParentOfFilterMatch.py: make current with RelLib

	* src/Filters/Rules/Person/_FamilyWithIncompleteEvent.py: make current with RelLib

	* src/Filters/Rules/Person/_IsBookmarked.py: make current with RelLib

	* src/Filters/Rules/Person/_IsLessThanNthGenerationAncestorOfBookmarked.py:
	make current with RelLib



svn: r6849
2006-06-02 22:18:57 +00:00
Jérôme Rapinat
50acd8366c update fr.po
svn: r6848
2006-06-02 11:31:47 +00:00
Don Allingham
5306921adf 2006-06-01 Don Allingham <don@gramps-project.org>
* src/Filters/Rules/Person/_HaveAltFamilies.py: bring up to speed with
	RelLib changes



svn: r6847
2006-06-02 04:40:13 +00:00
Brian Matherly
e7509789b7 typo
svn: r6846
2006-06-02 04:21:45 +00:00
Brian Matherly
9620ca6e9c misc typos
svn: r6845
2006-06-02 04:19:09 +00:00
Don Allingham
944a3f863f set window propertied
svn: r6844
2006-06-02 03:56:02 +00:00
Don Allingham
9438a33215 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
Alex Roitman
ad78fd80b7 * src/ReportBase/_ReportDialog.py (report): Use new report modules
for oddball reports.
	* src/plugins/GraphViz.py: Use new report modules.
	* src/plugins/NarrativeWeb.py: Use new report modules.
	* src/plugins/CountAncestors.py: Use wm and new report modules.
	* src/plugins/Summary.py: Use wm and new report modules.


svn: r6842
2006-06-02 00:40:54 +00:00
Alex Roitman
239d1c2c71 2006-06-01 Alex Roitman <shura@gramps-project.org>
* src/ReportBase/_BareReportDialog.py: import FilterComboBox.



svn: r6841
2006-06-02 00:14:41 +00:00
Don Allingham
504510f97e 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
Jérôme Rapinat
de7a2473e2 update fr.po
svn: r6839
2006-06-01 16:51:06 +00:00
Brian Matherly
6caef68a69 * src/plugins/vaious: upgrade to new report interface
svn: r6838
2006-06-01 04:39:40 +00:00
Don Allingham
851aa94a83 * src/FilterEditor/_FilterEditor.py: moved from plugins, renamed
svn: r6837
2006-06-01 04:15:57 +00:00
Don Allingham
4eee7d334a 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
Don Allingham
c6fa3d945e prepare for move
svn: r6835
2006-06-01 03:24:44 +00:00
Alex Roitman
29ac71c4b4 Update
svn: r6834
2006-05-31 23:00:22 +00:00
Alex Roitman
93e3afac56 Update
svn: r6833
2006-05-31 19:31:33 +00:00
Alex Roitman
10afb1b32c svn: r6832 2006-05-31 19:26:52 +00:00
Alex Roitman
b42f24a983 * src/PluginUtils/_PluginMgr.py: Import MODE_CLI.
* src/ReportBase/_BookFormatComboBox.py: Adapt to changes.


svn: r6831
2006-05-31 19:26:34 +00:00
Alex Roitman
2e3d406b62 2006-05-31 Alex Roitman <shura@gramps-project.org>
* src/Selectors/_SelectPerson.py (__init__): take track argument.
	* src/Editors/_EditFamily.py: Adapt to SelectPerson change.
	* src/Editors/_EditPersonRef.py (_select_person): Adapt to
	SelectPerson change.
	* src/ReportBase/_BareReportDialog.py: Use dbstata and uistate,
	convert to Managed window.
	* src/ReportBase/_ReportDialog.py: Use dbstate and uistate.
	* src/ReportBase/_DrawReportDialog.py: Use dbstate and uistate.
	* src/ReportBase/_TextReportDialog.py: Use dbstate and uistate.
	* src/ViewManager.py (make_report_callback): Use dbstate and uistate.



svn: r6830
2006-05-31 18:26:50 +00:00
Alex Roitman
16d1a886a4 Update
svn: r6829
2006-05-31 06:08:09 +00:00
Alex Roitman
b76c72413c Update
svn: r6828
2006-05-31 05:57:55 +00:00
Don Allingham
658a6d147f 2006-05-30 Don Allingham <don@gramps-project.org>
* src/plugins/FilterEditor.py: start to bring into sync with
	code changes



svn: r6827
2006-05-31 04:32:19 +00:00
Alex Roitman
737f5a36eb Update
svn: r6826
2006-05-31 03:48:32 +00:00
Don Allingham
accd5c5e4f svn: r6825 2006-05-31 03:23:55 +00:00
Alex Roitman
7214376f42 Update
svn: r6824
2006-05-31 02:41:46 +00:00
Alex Roitman
f055426222 Update
svn: r6823
2006-05-31 02:03:29 +00:00
Alex Roitman
1acfca142b Update
svn: r6822
2006-05-31 01:07:43 +00:00
Alex Roitman
8c8982b395 2006-05-30 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Change files due to module split.



svn: r6821
2006-05-31 00:57:54 +00:00
Alex Roitman
ee437c6bb8 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
Frode Jemtland
75acb506cd New contributor. He updated some strings on a local copy. They have been implementet before, but to honor him, I also added him as one of the contributor on the centraliced files.
svn: r6819
2006-05-30 20:47:53 +00:00
Brian Matherly
f69f9f0865 * src/PluginUtils/_ReportUtils.py: handle no person error
svn: r6818
2006-05-30 02:36:25 +00:00
Brian Matherly
e93c4575af insert name keys for indexing
svn: r6817
2006-05-30 01:18:41 +00:00
Alex Roitman
46a7b5bd5b * src/Editors/_EditFamily.py (EditFamily.save): Typo.
svn: r6816
2006-05-29 18:15:58 +00:00
Alex Roitman
30b4784a30 2006-05-29 Alex Roitman <shura@gramps-project.org>
* configure.in: Set up for 2.1.5.



svn: r6815
2006-05-29 17:02:18 +00:00
Brian Matherly
9fe2e98464 insert name keys for indexing
svn: r6814
2006-05-29 04:53:07 +00:00
Alex Roitman
06d0287301 Update
svn: r6813
2006-05-29 03:41:14 +00:00
Alex Roitman
5c3bb63974 * src/plugins/verify.glade: Add label.
svn: r6812
2006-05-29 03:34:26 +00:00
Alex Roitman
bcf123fdf8 Update
svn: r6811
2006-05-29 03:14:29 +00:00
Alex Roitman
ba640760b1 * src/GrampsDb/_ReadXML.py (stop_event): Properly import birth and
death from the old XML.


svn: r6810
2006-05-29 03:00:07 +00:00
Brian Matherly
e086d75254 Add name keys for indexing in reports
svn: r6809
2006-05-29 02:52:14 +00:00
Alex Roitman
d94c9ae7af Update
svn: r6808
2006-05-29 02:48:41 +00:00
Alex Roitman
61b721d677 2006-05-28 Alex Roitman <shura@gramps-project.org>
* gramps.pot: Update.



svn: r6807
2006-05-29 02:48:11 +00:00
Alex Roitman
abf0607d8e * src/Editors/_EditFamily.py (EditFamily.save): Typo.
svn: r6806
2006-05-29 02:46:00 +00:00
Alex Roitman
8f6a74ad34 Update
svn: r6805
2006-05-29 02:11:37 +00:00
Alex Roitman
a10de04d28 2006-05-28 Alex Roitman <shura@gramps-project.org>
* src/plugins/Verify.py: Add double-clicking and mark/unmark/invert.



svn: r6804
2006-05-29 01:38:44 +00:00
Brian Matherly
cb7bf9f5d3 * src/docgen/OpenOfficeDoc.py: Allow large cells to span pages (bug 0000165)
svn: r6803
2006-05-28 15:10:47 +00:00
Jérôme Rapinat
af51415d37 update fr.po
svn: r6802
2006-05-28 10:52:04 +00:00
Alex Roitman
4e8434cdb8 Update
svn: r6801
2006-05-28 08:36:29 +00:00
Arturas Sleinius
2e6e8bb593 Update Lithuanian translation
svn: r6800
2006-05-28 07:29:54 +00:00