Commit Graph

4070 Commits

Author SHA1 Message Date
Doug Blank
b444a96dbe * src/Utils.py: uses MAX_AGE_PROB_ALIVE, MAX_SIB_AGE_DIFF, MIN_GENERATION_YEARS, AVG_GENERATION_GAP from Config (Bug #1217)
* src/Config/_GrampsConfigKeys.py: added MAX_AGE_PROB_ALIVE, MAX_SIB_AGE_DIFF, MIN_GENERATION_YEARS, AVG_GENERATION_GAP

2007-10-13  Douglas S. Blank  <dblank@cs.brynmawr.edu>


svn: r9177
2007-10-14 03:29:12 +00:00
Doug Blank
4ae9327dd8 * src/plugins/Calendar.py: no negative years on calendar (no events show before they occur)
* src/plugins/Calendar.py: uses StringOption in MenuOption
	* src/ReportBase/_MenuOptions.py: adds StringOption (one line text entry)
	* src/ReportBase/__init__.py: adds StringOption



svn: r9176
2007-10-14 01:57:18 +00:00
Stéphane Charette
bdcbfb45d0 added Portuguese rel_pt.py contributed by Duarte Loreto <happyguy_pt@hotmail.com>
svn: r9172
2007-10-13 10:07:28 +00:00
Brian Matherly
7b4576c6fa 0001252: Unicode error in NarrativeWeb.py in gramps3.0
svn: r9170
2007-10-13 03:17:27 +00:00
Alex Roitman
aaa58638c1 2007-10-12 Alex Roitman <shura@gramps-project.org>
* src/plugins/unused.glade: Do not translate GTK stock ids.



svn: r9166
2007-10-12 16:43:16 +00:00
Benny Malengier
6f39d28313 * src/gramps_main.py: don't create filters dir, not needed
2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> 


svn: r9165
2007-10-12 12:58:40 +00:00
Brian Matherly
563298e7c8 0001238: Web report: sort references for places and media (use locale.strcoll for sorting)
svn: r9162
2007-10-12 12:16:49 +00:00
Don Allingham
4c2e57cb2e 2007-10-12 Don Allingham <don@gramps-project.org>
* src/gen/lib/note.py (Note.get): fix typo



svn: r9161
2007-10-12 11:48:28 +00:00
Benny Malengier
5495c3f705 * src/Filters/Rules/Event/_MatchesSourceFilter.py: new filter
* src/Filters/Rules/Event/__init__.py: load new filter
	* src/Filters/Rules/Event/Makefile.am: distribute
	* src/Filters/Rules/Person/_MatchesEventFilter.py: new filter
	* src/Filters/Rules/Person/__init__.py: load new filter
	* src/Filters/Rules/Person/Makefile.am: distribute
	* po/POTFILES.in: translate new filters
	This is issue #1249

2007-10-12 Benny Malengier <benny.malengier@gramps-project.org> 


svn: r9160
2007-10-12 11:26:28 +00:00
Benny Malengier
1add2aa37b 2007-10-12 Benny Malengier <benny.malengier@gramps-project.org>
* src/gen/db/dbdir.py: do name group change from GrampsBSDDB to dbdir.


svn: r9159
2007-10-12 10:37:19 +00:00
Don Allingham
f0c2940c04 2007-10-11 Don Allingham <don@gramps-project.org>
* src/DisplayState.py: fix callback references
	* src/DbState.py: fix callback references



svn: r9156
2007-10-12 02:29:45 +00:00
Benny Malengier
95bd750cdb 2007-10-12 Benny Malengier <benny.malengier@gramps-project.org>
* src/Filters/_FilterParser.py: avoid unknown filters crashing
	* src/Filters/Rules/Person/__init__.py: remove private filter list and register, not used.


svn: r9154
2007-10-11 23:05:30 +00:00
Benny Malengier
a0c9947dbd 2007-10-11 Benny Malengier <benny.malengier@gramps-project.org>
* src/gen/db/base.py: allow check without gid creation on all objects
	* src/GrampsDbUtils/_ReadXML.py: on reference read, don't create gid.
	This also patches a privacy setting error on placeobj in place tag section


svn: r9151
2007-10-11 22:41:03 +00:00
Benny Malengier
9edf0e9446 2007-10-11 Benny Malengier <benny.malengier@gramps-project.org>
* src/DateHandler/__init__.py: use portuguese date handler


svn: r9142
2007-10-11 15:33:30 +00:00
Don Allingham
a8b10d1092 2007-10-11 Don Allingham <don@gramps-project.org>
* src/gen/db/base.py:
	* src/GrampsDb_GrampsDbWriteXML.py:
	* src/gen/db/__init__.py: fix callback call



svn: r9140
2007-10-11 12:58:16 +00:00
Benny Malengier
b67d69d299 2007-10-10 Duarte Loreto <happyguy_pt@hotmail.com>
* src/DateHandler/_Date_pt.py: portugese datehandler accompanying translation
	* po/POTFILES.in: new file in POTFILE
	* src/DateHandler/Makefile.am: add new file for distribution


svn: r9130
2007-10-10 19:38:47 +00:00
Don Allingham
5c5022e2cd 2007-10-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/Makefile.am: update
	* src/gen/db/Makefile.am: update
	* src/gen/lib/primaryobj.py: remove MarkupText dependency
	* src/Makefile.am: remove RelLib
	* po/POTFILES.in: update



svn: r9121
2007-10-10 03:41:44 +00:00
Alex Roitman
3bc809c61b 2007-10-09 Alex Roitman <shura@gramps-project.org>
* configure.in: remove obsolete RelLib/Makefile.in



svn: r9120
2007-10-09 20:26:35 +00:00
Benny Malengier
967ef1c163 2007-10-09 Benny Malengier <benny.malengier@gramps-project.org>
* src/gen/db/base.py: allow not to create gramps_id on add
	* src/GrampsDbUtils/_ReadXML.py: on sourceref, don't create gramps_id
	* src/GrampsDb/_GrampsInMemDB.py: remove gid from memory map only if not None


svn: r9119
2007-10-09 20:02:02 +00:00
Benny Malengier
96c5584960 wrong filename in changelog
svn: r9117
2007-10-09 13:16:35 +00:00
Benny Malengier
f01ae999c3 2007-10-09 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDb/_GrampsInMemDB.py: correctly store global name grouping
	* src/GrampsDb/_GrampsBSDDB.py: correctly store global name grouping
	* src/gen/lib/name.py: allow grouping equal to surname
	* src/Editors/_EditName.py: correct handling of name grouping, issue #647


svn: r9116
2007-10-09 13:05:56 +00:00
Alex Roitman
814e3d6695 * src/GrampsDbUtils/_WriteGedcom.py (__submitter): Remove old usage.
svn: r9111
2007-10-08 21:39:51 +00:00
Alex Roitman
c8278af85c * src/GrampsDbUtils/_ReadXML.py (stop_research): Remove old usage.
svn: r9110
2007-10-08 21:26:20 +00:00
Don Allingham
99febc759f * various: cleanup
2007-10-08  Don Allingham  <don@gramps-project.org>


svn: r9109
2007-10-08 21:19:32 +00:00
Don Allingham
c8d45e8b89 2007-10-08 Don Allingham <don@gramps-project.org>
* src/gen/lib/note.py: make independent of MarkupText.py



svn: r9106
2007-10-08 19:45:06 +00:00
Alex Roitman
e5fb6a7c40 * src/GrampsCfg.py (get_researcher): Remove old usage.
svn: r9105
2007-10-08 19:00:28 +00:00
Alex Roitman
7b6d8b5146 * src/gen/db/dbdir.py (__close_metadata): Store tuple;
(_load_metadata): Load from tuple;
	* src/gen/db/base.py (GrampsDbBase.set_researcher): Move details
	to the Researcher class.
	(set_from): Add method;
	(__init__): Copy from source if provided.


svn: r9104
2007-10-08 18:30:10 +00:00
Alex Roitman
5d94a0d690 2007-10-08 Alex Roitman <shura@gramps-project.org>
* src/gen/lib/researcher.py (serialize, unserialize): Add methods; 
	(set, get): Remove methods.



svn: r9103
2007-10-08 18:07:25 +00:00
Don Allingham
c86ca135a5 * src/gen/lib/attrbase.py: renamed from attributeBase.py
2007-10-08  Don Allingham  <don@gramps-project.org>


svn: r9102
2007-10-08 16:45:37 +00:00
Don Allingham
d58641415d 2007-10-08 Don Allingham <don@gramps-project.org>
* various: gen.lib integration. probably touches almost every file

	* various: gen.utils integration


svn: r9101
2007-10-08 16:41:39 +00:00
Don Allingham
8038bc0dca 2007-10-07 Don Allingham <don@gramps-project.org>
* various: gen.utils integrationk



svn: r9100
2007-10-08 04:02:34 +00:00
Benny Malengier
4f7ebd5b3e 2007-10-07 Gary Burton <gary.burton@zen.co.uk>
* src/DataViews/_RelationView.py: init scroll pos on new person, issue #442


svn: r9097
2007-10-07 20:16:51 +00:00
Benny Malengier
8740b50c2b 2007-10-07 Gary Burton <gary.burton@zen.co.uk>
* src/PageView.py: sort column retains filter value, issue #507


svn: r9095
2007-10-07 19:59:01 +00:00
Don Allingham
08c63b2e45 * src/gen/db/GrampsDbUtils/_Backup.py: use gen.db
2007-10-07  Don Allingham  <don@gramps-project.org>


svn: r9093
2007-10-07 17:00:55 +00:00
Don Allingham
9083803e21 2007-10-07 Don Allingham <don@gramps-project.org>
* src/gen/db/__init__.py: commit



svn: r9092
2007-10-07 14:25:45 +00:00
Don Allingham
32d7968365 2007-10-06 Don Allingham <don@gramps-project.org>
* various: creation of gen.db package



svn: r9091
2007-10-07 03:19:35 +00:00
Benny Malengier
e7f02d1855 2007-10-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/_RelationView.py: don't crash on missing media ref
	* src/DisplayTabs/_GalleryTab.py: on missing media ref, notify to run check tool
	* src/plugins/Check.py: add code to remove missing media ref in person,
	family, event, place, source.


svn: r9089
2007-10-06 12:58:11 +00:00
Benny Malengier
8bc8b9858e 2007-10-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/Check.py: add remove empty objects.


svn: r9087
2007-10-06 09:08:29 +00:00
Zsolt Foldvari
2ced1e49f9 Create custom cell renderer for image labels in GalleryTab for better control.
svn: r9085
2007-10-05 15:04:27 +00:00
Benny Malengier
8c89fa68c7 2007-07-23 Johan Gonqvist <johan.gronqvist@gmail.com>
* src/plugins/Calendar.py: first day of calendar is an option.


svn: r9083
2007-10-05 12:55:08 +00:00
Benny Malengier
6d6357a2fc 2007-10-05 Benny Malengier <benny.malengier@gramps-project.org>
* src/DisplayTabs/_GalleryTab.py: remove bug that leads to database 
corruption,
	if media is deleted in mediaview, remove media in all open gallery tabs


svn: r9082
2007-10-05 11:58:27 +00:00
Benny Malengier
58dfe133c6 2007-10-05 James G. Sack <jgsack@san.rr.com>
* src/GrampsDb/_GrampsDbBase.py:
	* src/GrampsDb/_GrampsGEDDB.py:
	* src/GrampsDb/_GrampsXMLDB.py:
	* src/GrampsDb/_GrampsInMemDB.py:
	* src/Bookmarks.py:
	issue #1261: creating bookmark does not lead to save of xml


svn: r9078
2007-10-05 09:25:31 +00:00
Brian Matherly
83d81654de 0001238: Web report: sort references for places and media (use remove case sensitive sort and use normalized strings for each section)
svn: r9075
2007-10-04 03:56:41 +00:00
Benny Malengier
cd67c7b13d 2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py: copy bookmark list, don't reference
	* src/GrampsDbUtils/_ReadXML.py: only add bookmarks if not present already, #1187


svn: r9071
2007-10-03 21:36:57 +00:00
Benny Malengier
a0ab7fd642 2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
* src/Spell.py: add gtkspell bug workaround, see eg issue 1272, 1091, ...


svn: r9069
2007-10-03 21:19:53 +00:00
Don Allingham
dc8b47a270 2007-10-03 Don Allingham <don@gramps-project.org>
* various: create gen package, move proxy files to this library



svn: r9066
2007-10-03 17:14:26 +00:00
Benny Malengier
ca5a7367e2 2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/_PedigreeView.py: correctly load bookmarks, issue 1271
	* src/DataViews/_RelationView.py: correctly load bookmarks, issue 1271
	* src/PageView.py: correct bug not going to bookmark if no active person
	* src/DataViews/_MediaView.py:
	* src/DataViews/_NoteView.py:
	* src/DataViews/_RepositoryView.py:
	* src/DataViews/_SourceView.py:
	* src/DataViews/_EventView.py:
	* src/DataViews/_FamilyList.py:
	* src/DataViews/_PedigreeView.py:
	* src/DataViews/_PlaceView.py:
	* src/DataViews/_PersonView.py:
	* src/DataViews/_RelationView.py:
	after import, redraw bookmark menu


svn: r9065
2007-10-03 16:34:51 +00:00
Benny Malengier
d9d93d2ad7 2007-10-02 Benny Malengier <benny.malengier@gramps-project.org>
* src/DateEdit.py: resolve issue #1270, date edit not closing


svn: r9061
2007-10-02 15:57:49 +00:00
Benny Malengier
3724269538 2007-10-02 Tobias Gehrig <tobias@gehrignet.de>
* src/GrampsWidgets.py: refresh thumbnail section on change
	* src/glade/gramps.glade: better placement of lock icon on editmediaref


svn: r9060
2007-10-02 15:17:01 +00:00
Brian Matherly
62698d99aa 0001238: Web report: sort references for places and media (use locale and case sensitive sort)
svn: r9059
2007-10-02 12:12:15 +00:00
Benny Malengier
6e4e4887a1 2007-09-28 Gary Burton <gary.burton@zen.co.uk>
* src/DataViews/_RelationView.py:
	* src/Editors/_EditFamily.py:
	* src/GrampsWidgets.py:
	Allow enter to open iconbuttons that are not delete, issue #1159


svn: r9058
2007-10-01 20:50:36 +00:00
Benny Malengier
7a7d31bbbc 2007-10-01 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDbUtils/_ReadXML.py: read region tag in xml
	* src/GrampsDb/_GrampsDbWriteXML.py: output region tag in xml (=subsection of picture)
	* src/GrampsDb/_GrampsDbConst.py: change env_dir in ENV_DIR
	* src/Editors/_EditMediaRef.py: remove bug with coord None


svn: r9057
2007-10-01 19:55:48 +00:00
Benny Malengier
b7803fefc4 2007-09-28 James G. Sack <jgsack@san.rr.com>
* src/gramps.py: remove wrong setting of sys.path


svn: r9056
2007-10-01 18:31:19 +00:00
Zsolt Foldvari
99119d189a Adjust available paper height in DescendChart.py and AncestorChart.py when
report is forced onto one page, so that it won't draw on the bottom margin.


svn: r9052
2007-10-01 09:05:40 +00:00
Benny Malengier
3a98a3166e 2007-10-01 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDb/_DbUtils.py: do deep copy of bookmarks from old to new db
	* src/GrampsDb/_GrampsXMLDB.py: in load_from: load correct bookmarks


svn: r9051
2007-10-01 08:49:19 +00:00
Brian Matherly
7a653663dc #0001238: Web report: sort references for places and media
svn: r9049
2007-10-01 03:33:08 +00:00
Brian Matherly
d05b0e142e 0001253: Calendar report crashes without margins entered.
svn: r9048
2007-10-01 02:24:36 +00:00
Stéphane Charette
e9921d1737 fix IE7 display issue with NarrativeWeb gallery; gramps bug #0001266
svn: r9047
2007-09-30 23:16:14 +00:00
Zsolt Foldvari
291ea85269 Fix zooming problem in print preview.
svn: r9044
2007-09-30 18:52:57 +00:00
Brian Matherly
152a452b2e Added support for new GVDoc interface which makes it easier to write reports that user Graphviz for layout.
svn: r9042
2007-09-30 04:56:56 +00:00
Brian Matherly
07a96a7333 Don't import gramps_main until logging is setup.
svn: r9041
2007-09-30 02:51:38 +00:00
Benny Malengier
91f4d3c3be 2007-09-29 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDb/_ReadXML.py: remove bug: no more creation of objects if bookmark is found with
	handle that is not in database. This causes corruption of database!
	* src/GrampsDb/_GrampsDbBase.py: person bookmarks do not work after save. Correct. Issue #1260

	Part 1 of thumbnail changes


svn: r9038
2007-09-29 12:19:23 +00:00
Brian Matherly
56a231b7b6 Patch from James G. Sack <jgsack@san.rr.com>: 0001187: Runaway Gramps XML file sizes
svn: r9034
2007-09-29 03:43:40 +00:00
Brian Matherly
0a9f5cb91f Patch from Gary Burton <gary.burton@zen.co.uk>: Narrative web report: If the event has no date, there's no place (Issue #0001236)
svn: r9032
2007-09-29 03:15:00 +00:00
Benny Malengier
d5d067a01b 2007-09-29 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py: documentation string error
	* src/Editors/_EditPerson.py: reload image if rectangle changes
	* src/glade/gramps.glade: rename in Media editor referencer,
	use region and corner as terms, add tooltip
	* src/Editors/_EditMediaRef.py: rename to upper/lower to corner1/2,
	provide upgrade path, default to (0,0,100,100) not (0,0,0,0)


svn: r9031
2007-09-29 00:26:26 +00:00
Zsolt Foldvari
cc63610f0d Rewrite PDF docgen without gtk.PrintOperation/PrintContext dependency.
svn: r9029
2007-09-28 22:32:00 +00:00
Zsolt Foldvari
6736044628 CairoDoc.py, GtkPrint.py and PdfDoc.py cleanup.
svn: r9028
2007-09-28 21:57:08 +00:00
Benny Malengier
d502801584 2007-09-28 Tobias Gehrig <tobias@gehrignet.de>
* src/DataViews/_PedigreeView.py: use subsection thumbnails
	* src/DataViews/_RelationView.py: use subsection thumbnails
	* src/Editors/_EditPerson.py: use subsection thumbnails
	* src/Editors/_EditMediaRef.py: added subsection thumbnail preview and signal handlers
	to update subsection thumbnail on spinbutton changes
	* src/DisplayTabs/_GalleryTab.py: use subsection thumbnails
	* src/ThumbNails.py: added rectangle parameter to thumbnail functions to specify the subsection
	* src/GrampsWidgets.py: added class MonitoredSpinButton
	* src/glade/gramps.glade: added preview pixmap of subsection thumbnail to change_description



svn: r9027
2007-09-28 18:33:22 +00:00
Zsolt Foldvari
faaaf7e858 2007-09-28 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/CairoDoc.py (fontstyle_to_fontdescription): Fix deprecated
        warning.
        * src/ReportBase/_PaperMenu.py:
        * src/data/papersize.xml:
        Fix "C" and "D" paper size values.
        * src/const.py.in: Correct PAPERSIZE path constant.



svn: r9026
2007-09-28 12:24:27 +00:00
Brian Matherly
88c35d8fa9 Patch from Gary Burton: provide fallback dates on Narrative Web pages (Issue #0001258).
svn: r9025
2007-09-28 12:16:12 +00:00
Zsolt Foldvari
374b8ac050 2007-09-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py (paperstyle_to_pagesetup): Fix paper name and
        custom size conversion.


svn: r9022
2007-09-27 19:55:43 +00:00
Zsolt Foldvari
1ce7c2e543 2007-09-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/CairoDoc.py: Really fix text position in the box.


svn: r9021
2007-09-27 19:31:32 +00:00
Zsolt Foldvari
e2f73de019 2007-09-27 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/PdfDoc.py: Fix pagination problems.
        * src/docgen/CairoDoc.py: Fix pagination problem. Fix text position in
        the box.


svn: r9020
2007-09-27 19:13:30 +00:00
Benny Malengier
0e450f1684 2007-09-27 Benny Malengier <benny.malengier@gramps-project.org>
* src/FilterEditor/_EditRule.py: wrong filter selection, bug #807
	Based on work Johan


svn: r9015
2007-09-27 13:28:54 +00:00
Benny Malengier
1bcc55c733 2007-09-26 James G. Sack <jgsack@san.rr.com>
* src/plugins/Check.py: same sex marriage need not be CIVIL_UNION, bug #1245
	This includes the 8374 commit which was not present in trunk (??)


svn: r9011
2007-09-26 08:10:19 +00:00
Benny Malengier
bb2350ce9a 2007-09-26 Benny Malengier <benny.malengier@gramps-project.org>
* src/Selectors/_SelectNote.py:a note selector for the reports
	* src/Selectors/Makefile.am: add selectNote
	* po/POTFILES.in: add selectNote


svn: r9009
2007-09-26 07:39:09 +00:00
Benny Malengier
26aa0f83d0 2007-09-26 Benny Malengier <benny.malengier@gramps-project.org>
* src/Selectors/_BaseSelector.py: add column sorting
	* src/Selectors/_SelectEvent.py:remove whitespace


svn: r9008
2007-09-26 00:06:20 +00:00
Zsolt Foldvari
c21bc288ee 2007-09-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* ChangeLog: delete svn:keywords, not used in Changelog file.


svn: r9007
2007-09-25 18:39:09 +00:00
Benny Malengier
632586ccc1 2007-09-25 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/_MediaView.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_RepositoryView.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_SourceView.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_EventView.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_FamilyList.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_PlaceView.py: COLUMN_NAMES as class constant for reuse
	* src/DataViews/_NoteView.py: COLUMN_NAMES as class constant for reuse
	* src/Selectors/_BaseSelector.py: add hideable searchbar to selector
	* src/Selectors/_SelectRepository.py: implement new BaseSelector methods
	* src/Selectors/_SelectSource.py: implement new BaseSelector methods
	* src/Selectors/_SelectEvent.py: implement new BaseSelector methods
	* src/Selectors/_SelectFamily.py: implement new BaseSelector methods,
	fix bug with wrong handle column
	* src/Selectors/_SelectPlace.py: implement new BaseSelector methods
	* src/Selectors/_SelectObject.py: implement new BaseSelector methods


svn: r9005
2007-09-25 12:09:25 +00:00
Zsolt Foldvari
e0a79c5103 2007-09-25 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/glade/Makefile.am:
        * po/POTFILES.in:
        Add src/glade/paper_settings.glade.
        * src/BaseDoc.py: Fix $Revision$ svn property.


svn: r9004
2007-09-25 09:08:50 +00:00
Benny Malengier
8dca0d6a04 no filter and column editor on event view, issue #1248
svn: r9002
2007-09-24 10:45:54 +00:00
Benny Malengier
1ab9ce0460 correct bug in unattached with filter
svn: r9001
2007-09-24 10:08:54 +00:00
Benny Malengier
bb5c01c602 read recent file is broken in GRAMPS 30 ! DISABLE
svn: r9000
2007-09-23 18:26:09 +00:00
Zsolt Foldvari
e05e2c094a Fix date in ChangeLog
svn: r8999
2007-09-23 17:34:35 +00:00
Zsolt Foldvari
b42877e41b 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/plugins/WebCal.py:
	* src/plugins/NarrativeWeb.py:
	Change const.image_dir to uppercase const.IMAGE_DIR


svn: r8998
2007-09-23 17:18:47 +00:00
Benny Malengier
64a0e59955 * src/plugins/MarkerReport.py: localize fixed markers, issue #1137
2007-09-20  Benny Malengier <benny.malengier@gramps-project.org> 


svn: r8997
2007-09-21 14:05:30 +00:00
Benny Malengier
6075900777 * src/RelLib/_Date.py: pylint and remove import of DateHandler as not
really needed and unwanted in RelLib.



svn: r8996
2007-09-20 21:24:22 +00:00
Benny Malengier
f97b98c2cb * src/Config/_GrampsConfigKeys.py: add config keys for fuzzy date match
* src/RelLib/_CalSdn.py: correct type in comment
	* src/RelLib/_Date.py: add new match function to match two dates with 
	fuzzy date support (about 2000 matches about 2005).
	* src/Filters/Rules/_HasEventBase.py: use new match
	* src/Filters/Rules/MediaObject/_HasMedia.py: use new match
	* src/Filters/Rules/Person/_HasBirth.py: use new match
	* src/Filters/Rules/Person/_HasDeath.py: use new match
	* src/Filters/Rules/Person/_HasFamilyEvent.py: use new match
	* src/Filters/Rules/_RuleUtils.py: delete, contained old match date routines
	* src/Filters/Rules/Makefile.am: remove RuleUtils
	* po/POTFILES.in: remove RuleUtils
	Based on patch of Douglas S. Blank <dblank@cs.brynmawr.edu>, ticket #1219



svn: r8995
2007-09-20 19:59:46 +00:00
Benny Malengier
0ad9c66215 apply rev 8351 to 3.0 branch: text date with correct modifiersrc/DateHandler/_DateParser.py
svn: r8993
2007-09-20 19:29:28 +00:00
Benny Malengier
8a422e7e7d * src/GrampsDisplay.py: wrong const, const.url_manual must be const.URL_MANUAL
2007-09-19  Benny Malengier <benny.malengier@gramps-project.org> 


svn: r8992
2007-09-19 16:31:24 +00:00
Benny Malengier
0c1abd5a54 2007-09-19 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDbUtils/_GedcomStageOne.py: empty gedcom gives error message, not crash



svn: r8991
2007-09-19 07:40:55 +00:00
Zsolt Foldvari
310653469b 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/glade/gramps.glade: Make labels translatable. #0001035



svn: r8987
2007-09-17 19:33:16 +00:00
Zsolt Foldvari
8108c3a59e 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/ReportBase/_ReportDialog.py: Paper settings better handling.
        * src/docgen/GtkPrint.py: Custom size paper name translatable.



svn: r8986
2007-09-17 18:48:29 +00:00
Zsolt Foldvari
2eea9723b9 2007-09-17 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/ReportBase/_MenuOptions.py: Set SVN properties.
        * src/docgen/GtkPrint.py: Round up paper size values received from
        GtkContext.



svn: r8984
2007-09-17 12:36:03 +00:00
Zsolt Foldvari
99777f16b4 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/ReportBase/_ReportDialog.py:
        * src/glade/paper_settings.glade:
        Enable paper margin entries on report dialog. Still not saved.



svn: r8983
2007-09-16 18:58:24 +00:00
Don Allingham
623c6f81de 2007-09-16 Don Allingham <don@gramps-project.org>
* src/DataViews/_EventView.py: connect column editor
	* src/ViewManager.py: pylint
	* src/Editors/_EditLdsOrd.py: pylint
	* src/DisplayTabs/_LdsModel.py: pylint
	* src/DisplayState.py: pylint
	* src/GrampsDbUtils/_GedcomParse.py: pylint
	* src/ListModel.py: pylint
	* src/LdsUtils.py: pylint
	* src/PageView.py: fix column editor



svn: r8982
2007-09-16 18:45:57 +00:00
Benny Malengier
fe5b0aa03d Only show unattached notes in note view
svn: r8981
2007-09-16 12:14:16 +00:00
Zsolt Foldvari
cd1d69fe12 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/BaseDoc.py (PaperStyle): Allow custom margin setting in __init__.



svn: r8980
2007-09-16 10:56:01 +00:00
Zsolt Foldvari
b5d073c25c 2007-09-16 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/ReportBase/_ReportDialog.py: Cleanup.
	* src/glade/paper_settings.glade: Remove frames.



svn: r8979
2007-09-16 09:20:23 +00:00
Brian Matherly
817efdf103 Bring the calendar report up to date with the changes in the 3.0 branch. Issue #0001170.
svn: r8978
2007-09-16 03:51:18 +00:00
Zsolt Foldvari
0788ce0479 * src/ReportBase/_ReportDialog.py:
* src/glade/paper_settings.glade:
	Add paper margins to report dialog. (Only GUI is implemented for
	feedback.)
 
2007-09-15  Zsolt Foldvari  <zfoldvar@users.sourceforge.net>


svn: r8977
2007-09-15 21:51:44 +00:00
Zsolt Foldvari
4dab575005 2007-09-15 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/ReportBase/_ReportDialog.py (parse_paper_frame): Fix paper size
	default value in case of exception.



svn: r8976
2007-09-15 21:34:12 +00:00
Benny Malengier
6de1a20738 2007-09-14 Benny Malengier <benny.malengier@gramps-project.org>
* TODO: Update TODO file



svn: r8975
2007-09-14 12:43:00 +00:00
Zsolt Foldvari
2f81f516e5 * src/docgen/PdfDoc.py: Added.
2007-09-13  Zsolt Foldvari  <zfoldvar@users.sourceforge.net>


svn: r8974
2007-09-13 20:01:46 +00:00
Zsolt Foldvari
6d95bf3eba 2007-09-13 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py:
	* src/docgen/CairoDoc.py:
	Separate Cairo based document generation to be used with other outputs.



svn: r8973
2007-09-13 19:22:32 +00:00
Don Allingham
a28028f541 2007-09-13 Don Allingham <don@gramps-project.org>
* src/GrampsDbUtils/_GedcomTokens.py: fix typo
	* src/GrampsDbUtils/_GedcomLex.py: fix typo



svn: r8972
2007-09-13 15:03:20 +00:00
Benny Malengier
997252630b 2007-09-13 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/lineage.py: Final touches, loop detection



svn: r8971
2007-09-13 09:51:10 +00:00
Don Allingham
dd42d5b11f * src/DataViews/_MediaView.py: cleanup and documentation
* src/DataViews/_RepositoryView.py: cleanup and documentation
	* src/DataViews/_SourceView.py: cleanup and documentation
	* src/DataViews/_EventView.py: cleanup and documentation
	* src/DataViews/_FamilyList.py: cleanup and documentation
	* src/DataViews/_PedigreeView.py: cleanup and documentation
	* src/DataViews/_PlaceView.py: cleanup and documentation
	* src/DataViews/_NoteView.py: cleanup and documentation
	* src/DataViews/_PersonView.py: cleanup and documentation
	* src/DataViews/_MapView.py: cleanup and documentation
	* src/DataViews/_RelationView.py: cleanup and documentation
	* src/PageView.py: cleanup and documentation
	
2007-09-12  Don Allingham  <don@gramps-project.org>


svn: r8969
2007-09-13 04:20:24 +00:00
Don Allingham
ca2942e133 2007-09-12 Don Allingham <don@gramps-project.org>
* src/DataViews/_MediaView.py: update thumbnail on data update (#1226)



svn: r8968
2007-09-12 22:17:09 +00:00
Don Allingham
6665df0a3e * src/ThumbNails.py (get_thumbnail_image): handle missing image
* src/images/image-missing.png: added
	* src/images/Makefile.am: added image-missing.png



svn: r8967
2007-09-12 16:37:27 +00:00
Benny Malengier
9490507fd5 2007-09-12 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/lineage.py: Improvements



svn: r8966
2007-09-12 15:41:55 +00:00
Don Allingham
04e249f902 2007-09-12 Don Allingham <don@gramps-project.org>
* src/docgen/ODFDoc.py (ODFDoc): Fix ratio assignment



svn: r8965
2007-09-12 15:02:03 +00:00
Zsolt Foldvari
1cc238eea2 2007-09-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/plugins/IndivComplete.py (write_person):
	* src/plugins/IndivSummary.py (write_report):
	Change image alignment from 'row' to 'center'.



svn: r8964
2007-09-12 10:57:06 +00:00
Benny Malengier
2fbe01e584 2007-09-08 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/lineage.py: Quick report lineage based on code Jerome
	* po/POTFILES.in : translate lineage
	* src/plugins/Makefile.am : distribute lineage



svn: r8963
2007-09-12 09:12:13 +00:00
Don Allingham
55d5734423 2007-09-11 Don Allingham <don@gramps-project.org>
* src/PageView.py: add some documentation



svn: r8962
2007-09-12 03:59:39 +00:00
Benny Malengier
fd5bb08aa3 svn: r8961 2007-09-11 11:30:15 +00:00
Don Allingham
f32dcb087a * src/SubstKeywords.py (SubstKeywords.replace_and_clean): fix substitution
* src/ImgManip.py: fix typo
	
2007-09-10  Don Allingham  <don@gramps-project.org>


svn: r8960
2007-09-11 04:13:20 +00:00
Don Allingham
643c75099c * src/plugins/WriteCD.py: don't generate thumbnails
* src/Selectors/_SelectObject.py: new image sizing routines
	* src/ImgManip.py: simplify
	* src/docgen/HtmlDoc.py: new image sizing routines
	* src/docgen/ODFDoc.py: new image sizing routines
	* src/docgen/LaTeXDoc.py: new image sizing routines
	* src/docgen/RTFDoc.py: new image sizing routines
	* src/Makefile.am: add ThumbNails.py
	* po/POTFILES.in: add ThumbNails.py

2007-09-10  Don Allingham  <don@gramps-project.org>


svn: r8959
2007-09-11 03:51:35 +00:00
Don Allingham
992322d9b8 2007-09-10 Don Allingham <don@gramps-project.org>
* src/ThumbNails.py: Added to handle the thumbnailing routines
	* src/DataViews/_MediaView.py: thumbnail updates
	* src/DataViews/_PedigreeView.py: thumbnail updates
	* src/DataViews/_RelationView.py: thumbnail updates
	* src/Editors/_EditMediaRef.py: thumbnail updates
	* src/Editors/_EditMedia.py: thumbnail updates
	* src/DisplayTabs/_GalleryTab.py: thumbnail updates
	* src/plugins/WebCal.py: thumbnail updates
	* src/plugins/NarrativeWeb.py: thumbnail updates
	* src/plugins/GraphViz.py: thumbnail updates
	* src/plugins/SimpleBookTitle.py: thumbnail updates
	* src/plugins/FamilyLines.py: thumbnail updates
	* src/DbManager.py: pylint fixes
	* src/ImgManip.py: pull out thumbnail routines

2007-09-08  Benny Malengier  <benny.malengier@gramps-project.org>
	* src/DataViews/_RelationView.py  : expand/collapse, edit button on/off bug fix




svn: r8958
2007-09-10 22:14:33 +00:00
Brian Matherly
ef3811668f Limit Ancestor Chart to 15 generations.
svn: r8956
2007-09-10 12:17:42 +00:00
Don Allingham
2fdae3eff8 * src/Reorder.py: cleanup
* src/TransUtils.py: cleanup
	* src/TipOfDay.py: cleanup
	* src/SubstKeywords.py: cleanup
	* src/Utils.py: cleanup
	* src/soundex.py: cleanup
	* src/Sort.py: cleanup

2007-09-09  Don Allingham  <don@gramps-project.org>


svn: r8955
2007-09-10 03:03:46 +00:00
Don Allingham
6f7f0d710a 2007-09-09 Don Allingham <don@gramps-project.org>
* src/ViewManager.py: cleanup
	* src/DisplayState.py: cleanup



svn: r8954
2007-09-10 02:09:50 +00:00
Zsolt Foldvari
461e3c73ea 2007-09-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py: Use font color from paragraph style.



svn: r8953
2007-09-09 18:05:54 +00:00
Don Allingham
6d9dbfee49 2007-09-08 Don Allingham <don@gramps-project.org>
* src/ViewManager.py: code cleanup
	* src/FontScale.py: code cleanup
	* src/GrampsWidgets.py: code cleanup
	* src/ExportOptions.py: code cleanup
	* src/GrampsDisplay.py: code cleanup
	* src/DateEdit.py: code cleanup
	* src/DbLoader.py: code cleanup



svn: r8951
2007-09-09 05:24:15 +00:00
Benny Malengier
651e29ead4 2007-09-08 Benny Malengier <benny.malengier@gramps-project.org>
* src/DataViews/_RelationView.py  : expand/collapse, edit button on/off bug fix 
	* src/GrampsWidgets.py  : Expand widget, changes link labels
	* src/DisplayState.py   : history bugs
	* src/ViewManager.py    : history bugs
	* src/PageView.py       : history bugs
	Based on patch of Douglas S. Blank <dblank@cs.brynmawr.edu>, GEPS-2
	Still some strange things in history, but better



svn: r8950
2007-09-08 22:06:30 +00:00
Don Allingham
a65a73d1d7 * various: const.py changes
2007-09-07  Don Allingham  <don@gramps-project.org>
	* src/DateHandler/_Date_fr.py: fix indentation errors

2007-09-07  Don Allingham  <don@gramps-project.org>


svn: r8948
2007-09-08 05:54:02 +00:00
Don Allingham
7a8301c28a * src/ansel_utf8.py: pylint
* src/Date.py: pylint
	* src/Spell.py: pylint
	
2007-09-07  Don Allingham  <don@gramps-project.org>


svn: r8946
2007-09-08 04:20:59 +00:00
Don Allingham
3ffc1a8af9 2007-09-07 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_DbBase.py: pylint
	* src/GrampsDbUtils/_GedcomStageOne.py: added
	* src/GrampsDbUtils/_GedcomParse.py: pylint
	* src/GrampsDbUtils/_ReadGedcom.py: pylint
	* src/GrampsDbUtils/_ReadXML.py: pylint
	* src/GrampsDbUtils/_GedcomLex.py: pylint
	* src/GrampsDbUtils/_WriteXML.py: pylint
	* src/GrampsDbUtils/_GedcomUtils.py: pylint
	* src/GrampsDbUtils/_ProxyDbBase.py: pylint
	* src/GrampsDbUtils/Makefile.am: added _GedcomStageOne.py
	* po/POTFILES.in: added _GedcomStageOne.py



svn: r8943
2007-09-07 21:24:01 +00:00
Zsolt Foldvari
bbb6217da1 2007-09-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py: Small fixes. Enable graphical reports.



svn: r8941
2007-09-07 11:53:12 +00:00
Benny Malengier
073ba2977d svn: r8940 2007-09-07 08:29:50 +00:00
Don Allingham
e314d3b99d * src/GrampsDbUtils/_GedcomParse.py: pylint fixes
2007-09-06  Don Allingham  <don@gramps-project.org>


svn: r8938
2007-09-07 04:58:02 +00:00
Don Allingham
19e136f0f8 2007-09-06 Don Allingham <don@gramps-project.org>
* src/GrampsDbUtils/_WriteGedcom.py: more pylint fixes



svn: r8937
2007-09-07 02:44:22 +00:00
Zsolt Foldvari
76bd52f0b7 2007-09-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py: Getting close to something useful.



svn: r8936
2007-09-06 23:53:18 +00:00
Don Allingham
2009352082 2007-09-06 Don Allingham <don.allingham@dothill.com>
* src/GrampsDbUtils/_WriteGedcom.py: pylint



svn: r8935
2007-09-06 23:38:38 +00:00
Zsolt Foldvari
07583963eb 2007-09-06 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py: More work on graphical reports.
	* src/docgen/PdfDoc.py (PdfDoc.draw_box): Fix vertical pos. of shadow.



svn: r8934
2007-09-06 21:31:33 +00:00
Benny Malengier
4efde19846 * src/images/16x16/gramps-zoom-fit-width.png: delete
* src/images/22x22/gramps-zoom-fit-width.png:
	* src/images/22x22/gramps-zoom-in.png:
	* src/images/22x22/gramps-zoom-out.png:
	* src/images/22x22/gramps-zoom-best-fit.png:
	* src/images/48x48/gramps-zoom-fit-width.png:
	* src/images/48x48/gramps-zoom-out.png:
	* src/images/48x48/gramps-zoom-in.png:
	* src/images/48x48/gramps-zoom-best-fit.png:
	* src/images/scalable/gramps-zoom-best-fit.svg:
	* src/images/scalable/gramps-zoom-fit-width.svg:
	* src/images/scalable/gramps-zoom-out.svg:
	* src/images/scalable/gramps-zoom-in.svg:
	* src/gramps_main.py:
	* src/docgen/GtkPrint.py:
	GUI consistency, all preview scaling icons equal style. When Tango icons
	are finished for this, we will use those, now based on Gnome icons.

2007-09-06  Benny Malengier <benny.malengier@gramps-project.org> 


svn: r8933
2007-09-06 21:01:48 +00:00
Benny Malengier
2ea3c4d5a1 2007-09-06 Benny Malengier <benny.malengier@gramps-project.org>
* src/images/48x48/gramps-font.png:
	* src/images/scalable/gramps-font.png:
	* src/MarkupText.py:
	* src/gramps_main.py:
	GUI consistency. Use a font icon like background and foreground instead
	of the gtk font select icon. Old request of Zsolt.



svn: r8932
2007-09-06 18:25:30 +00:00
Don Allingham
afef83a33a * src/GrampsDbUtils/_WriteGedcom.py: pylint cleanup
* src/GrampsDbUtils/_GedcomParse.py: fix child references
	* src/ArgHandler.py: fix calling sequence for gedcom

2007-09-05  Don Allingham  <don@gramps-project.org>


svn: r8931
2007-09-06 04:36:04 +00:00
Don Allingham
f5292c0051 * src/GrampsDbUtils/_WriteXML.py: fix typo
2007-09-05  Don Allingham  <don@gramps-project.org>


svn: r8930
2007-09-05 23:21:34 +00:00
Don Allingham
4899980e4c 2007-09-05 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_GrampsDbFactories.py: XML direct load not supported
	* src/GrampsDb/Makefile.am: remove installation of GrampsXMLDB.py
	* src/GrampsDbUtils/_WriteXML.py: cleanup



svn: r8929
2007-09-05 22:34:47 +00:00
Zsolt Foldvari
4821bc4dea 2007-09-05 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/GtkPrint.py: Some work on graphical reports.



svn: r8928
2007-09-05 15:08:22 +00:00
Don Allingham
fe0b7ef7a4 2007-09-04 Don Allingham <don@gramps-project.org>
* src/DataViews/_MediaView.py (MediaView.drag_data_received): handle 
	multiple images in a drag-n-drop



svn: r8927
2007-09-05 03:56:32 +00:00
Brian Matherly
febd6e9ed5 Add MenuOptions class for report options.
svn: r8926
2007-09-05 03:02:50 +00:00
Don Allingham
af618d3079 2007-09-03 Don Allingham <don@gramps-project.org>
* plugins/WritePkg.py: fix package export
	* GrampsDbUtils/_WriteXML.py: fix package export



svn: r8925
2007-09-04 03:21:44 +00:00
Zsolt Foldvari
079fb3358d 2007-09-03 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
* src/docgen/gtkprintpreview.glade: Hide Print button for now.
	* src/docgen/GtkPrint.py: Print dialog comes back after Preview is
	finished. Print settings properly saved and reapplied.



svn: r8924
2007-09-03 11:53:57 +00:00
Don Allingham
6f0ed956a2 * src/GrampsDbUtils/_WriteGedcom.py: Fix note level (bug #1204)
2007-09-01  Don Allingham  <don@gramps-project.org>


svn: r8922
2007-09-01 22:26:23 +00:00
Don Allingham
325b825ca1 2007-09-01 Don Allingham <don@gramps-project.org>
* src/DbManager.py (check_in): don't expect stdin to be open (#1203)



svn: r8920
2007-09-01 22:08:17 +00:00
Benny Malengier
ba289c8002 2007-09-01 Benny Malengier <benny.malengier@gramps-project.org>
* src/images/16x16/gramps-event.png:
	* src/images/16x16/gramps-family.png:
	* src/images/22x22/gramps-event.png:
	* src/images/22x22/gramps-family.png:
	* src/images/48x48/gramps-event.png:
	* src/images/48x48/gramps-family.png:
	* src/images/scalable/gramps-event.png:
	* src/images/scalable/gramps-family.png:
	* src/images/scalable/gramps-font-bgcolor.svg:
	* src/images/scalable/gramps-font-color.svg:
	Changes to event and family icons based on suggestions of James, DuncanNz,
	ticket 440, font icons: correct svg icon data outside page.



svn: r8919
2007-09-01 22:05:57 +00:00
Don Allingham
ad70c853c3 2007-09-01 Espen Berge <espenbe@gmail.com>
* src/plugins/WebCal.py: fix translation issues



svn: r8917
2007-09-01 20:39:26 +00:00
Don Allingham
ed996488ed * src/GrampsDbUtils/_GedcomParse.py: Fix undefined child reference (#1198)
2007-09-01  Don Allingham  <don@gramps-project.org>


svn: r8915
2007-09-01 17:29:48 +00:00