Benny Malengier
8bbb6e35d6
* src/GrampsDb/_GrampsDbBase.py: allow not to create gramps_id on add
...
* src/GrampsDb/_ReadXML.py: on sourceref, don't create gramps_id
* src/GrampsDb/_GrampsInMemDB.py: remove gid from memory map only if not None
* src/DbLoader.py: traceback to console on xml load error
2007-10-09 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9118
2007-10-09 19:29:20 +00:00
Benny Malengier
fd9e484fb2
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/RelLib/_Name.py: allow grouping equal to surname
* src/Editors/_EditName.py: correct handling of name grouping, issue #647
2007-10-09 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9115
2007-10-09 13:03:23 +00:00
Benny Malengier
efb702db44
remove tabs
...
svn: r9114
2007-10-09 07:58:47 +00:00
Benny Malengier
d471b9809e
* src/plugins/Calendar.py: various improvements, issue #931
...
2007-10-07 Douglas Blank <dblank@cs.brynmawr.edu>
svn: r9099
2007-10-07 20:49:33 +00:00
Benny Malengier
ebffeeb59d
2007-10-07 Douglas Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/Calendar.py: various improvements, issue #1157
svn: r9098
2007-10-07 20:39:39 +00:00
Benny Malengier
082a35185d
* src/DataViews/_RelationView.py: init scroll pos on new person, issue #442
...
2007-10-07 Gary Burton <gary.burton@zen.co.uk>
svn: r9096
2007-10-07 20:14:12 +00:00
Benny Malengier
c6131b4ae8
2007-10-07 Gary Burton <gary.burton@zen.co.uk>
...
* src/PageView.py: sort column retains filter value, issue #507
svn: r9094
2007-10-07 19:57:33 +00:00
Benny Malengier
70d363111e
2007-10-06 Douglas Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/Calendar.py: various improvements
svn: r9090
2007-10-06 13:26:42 +00:00
Benny Malengier
f7a7d711c6
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: r9088
2007-10-06 12:55:08 +00:00
Zsolt Foldvari
e9bb3d75c1
Create custom cell renderer for image labels in GalleryTab for better control.
...
svn: r9084
2007-10-05 12:59:11 +00:00
Benny Malengier
b10607715e
* src/DisplayTabs/_GalleryTab.py: remove bug that leads to database corruption,
...
if media is deleted in mediaview, remove media in all open gallery tabs
2007-10-05 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9081
2007-10-05 11:54:04 +00:00
Benny Malengier
5bdeeeb762
2007-10-05 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDb/_ReadGedcom.py: issue #1169 , wrong GEDCOM parse ADDR
svn: r9080
2007-10-05 09:42:09 +00:00
Benny Malengier
cf5ae68625
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: r9077
2007-10-05 09:03:59 +00:00
Benny Malengier
82042ed16e
* src/plugins/Check.py: add remove empty objects. This needs testing...
...
2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9072
2007-10-03 21:56:05 +00:00
Benny Malengier
c195fa2b29
2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDb/_GrampsDbBase.py: copy bookmark list, don't reference
* src/GrampsDb/_ReadXML.py: only add bookmarks if not present already, #1187
svn: r9070
2007-10-03 21:34:29 +00:00
Benny Malengier
d53d49ec5a
2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/Spell.py: add gtkspell bug workaround, see eg issue 1272, 1091, ...
svn: r9068
2007-10-03 21:16:31 +00:00
Benny Malengier
dac7bd1eeb
* src/PageView.py: correct bug not going to bookmark if no active person
...
* src/DataViews/_MediaView.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
2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9064
2007-10-03 14:31:21 +00:00
Benny Malengier
900e70e199
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
svn: r9062
2007-10-03 08:31:27 +00:00
Benny Malengier
653bc1798e
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: r9050
2007-10-01 08:46:37 +00:00
Stéphane Charette
4fc43267d7
remove IE hack that breaks in IE7; GRAMPS bug report #1266
...
svn: r9046
2007-09-30 23:09:45 +00:00
Brian Matherly
bd75fd9c33
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: r9045
2007-09-30 21:16:33 +00:00
Alex Roitman
225bcabce3
2007-09-29 Alex Roitman <shura@gramps-project.org>
...
* data/grampsxml.rng: Add region to objref.
* data/grampsxml.dtd: Add region to objref.
svn: r9040
2007-09-29 22:24:33 +00:00
Benny Malengier
bb231a73f1
* src/GrampsDb/_ReadXML.py: read region tag in xml
...
* src/GrampsDb/_WriteXML.py: output region tag in xml (=subsection of picture)
* src/Editors/_EditMediaRef.py: make sure rectangle is none if nothing given
2007-09-29 Benny Malengier <benny.malengier@gramps-project.org>
svn: r9039
2007-09-29 14:56:45 +00:00
Benny Malengier
90fe7db3c2
2007-09-29 Benny Malengier <benny.malengier@gramps-project.org>
...
svn: r9036
2007-09-29 12:13:12 +00:00
Benny Malengier
213c6a9298
2007-09-29 James G. Sack <jgsack@san.rr.com>
...
* 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
svn: r9035
2007-09-29 12:04:45 +00:00
Brian Matherly
6df5468852
Patch from James G. Sack <jgsack@san.rr.com>: 0001187: Runaway Gramps XML file sizes
...
svn: r9033
2007-09-29 03:32:44 +00:00
Benny Malengier
9ffb568ec3
2007-09-27 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/FilterEditor/_EditRule.py: wrong filter selection, bug #807
Based on work Johan
svn: r9014
2007-09-27 13:26:43 +00:00
Benny Malengier
c59c051bce
2007-09-26 James G. Sack <jgsack@san.rr.com>
...
* src/plugins/Check.py: same sex marriage need not be CIVIL_UNION, bug #1245
svn: r9010
2007-09-26 08:09:09 +00:00
Benny Malengier
4f23d05e5b
2007-09-19 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/GrampsDb/_ReadGedcom.py: empty gedcom gives error message, not crash
svn: r8990
2007-09-19 07:38:37 +00:00
Benny Malengier
0d015fa69c
2007-09-13 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/Exporter.py: temporarely fix bug invalid filename. This has been
completely rewritten for 3.0
svn: r8970
2007-09-13 07:36:34 +00:00
Benny Malengier
7935c5ef8a
unicode char feature 1199
...
svn: r8907
2007-08-31 15:06:37 +00:00
Benny Malengier
f2b5069647
unicode char feature 1199
...
svn: r8902
2007-08-31 10:00:34 +00:00
Benny Malengier
04a991bc9b
2007-08-25 Benny Malengier <bm@cage.ugent.be>
...
* src/plugins/rel_de.py : nomeata, bug #1183
svn: r8862
2007-08-24 23:11:40 +00:00
Benny Malengier
b506ab930d
small changes, also bug #1164
...
svn: r8830
2007-08-18 09:21:22 +00:00
Alex Roitman
39cb1c9871
2007-08-17 Piotr Czubaszek <pioterus@gmail.com>
...
* src/DateHandler/_Date_pl.py: Add new module.
* src/DateHandler/__init__.py: Import new module.
* src/DateHandler/Makefile.am: Ship new file.
svn: r8825
2007-08-17 17:13:00 +00:00
Brian Matherly
a117672ac7
Reset source information between people in the individual complete report.
...
svn: r8797
2007-08-01 11:59:09 +00:00
Alex Roitman
01f50143d8
Fix Polish relationship problem
...
svn: r8719
2007-07-16 21:17:57 +00:00
Alex Roitman
8481121dcb
2007-07-16 Alex Roitman <shura@gramps-project.org>
...
* src/Filters/Rules/Person/Makefile.am (pkgdata_PYTHON): Typo.
svn: r8717
2007-07-16 16:29:45 +00:00
Alex Roitman
6575eede14
2007-07-10 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_ReadXML.py (start_compound_date): Add new method;
(start_datespan): Add new method.
* data/grampsxml.dtd: Add datespan.
* data/grampsxml.rng: Add datespan.
* src/GrampsDb/_WriteXML.py (XmlWriter.write_date): Write the
datespan.
svn: r8711
2007-07-11 04:13:05 +00:00
Alex Roitman
dc185b12ac
2007-07-05 Alex Roitman <shura@gramps-project.org>
...
* configure.in: Require pygtk 2.8.0 or higher.
svn: r8702
2007-07-06 04:23:26 +00:00
Brian Matherly
3e2a120fda
Translate "Custom Size" string for reports.
...
svn: r8690
2007-07-03 04:12:59 +00:00
Alex Roitman
52d74237ae
2007-06-30 Alex Roitman <shura@gramps-project.org>
...
* src/ReportBase/_TemplateParser.py: Close file after parsing.
* src/ReportBase/_ReportOptions.py (OptionListCollection.parse):
Close file after parsing.
* src/ReportBase/_PaperMenu.py: Close file after parsing.
* src/plugins/BookReport.py (BookList.parse): Close file after parsing.
* src/Filters/_FilterList.py (load): Close file after parsing.
* src/BaseDoc.py (StyleSheetList.parse): Close file after parsing.
svn: r8686
2007-06-30 18:57:34 +00:00
Alex Roitman
0aa630a32e
2007-06-28 Alex Roitman <shura@gramps-project.org>
...
* src/ScratchPad.py (ScratchSourceLink.tooltip): Typo.
svn: r8683
2007-06-28 22:30:08 +00:00
Alex Roitman
534f9bf242
2007-06-25 Alex Roitman <shura@gramps-project.org>
...
* src/plugins/RemoveUnused.py (init_gui): Add missing argument.
svn: r8672
2007-06-26 06:05:12 +00:00
Alex Roitman
270382d00c
2007-06-24 Alex Roitman <shura@gramps-project.org>
...
* src/NameDisplay.py (_gen_cooked_func,_gen_raw_func): Do not
replace %% with anything.
svn: r8662
2007-06-25 05:19:18 +00:00
Brian Matherly
e696e33b38
Handle unicode names for saved book reports.
...
svn: r8657
2007-06-25 02:32:20 +00:00
Alex Roitman
0f68a84452
(version_supported): Default to the current version.
...
svn: r8655
2007-06-25 01:45:18 +00:00
Brian Matherly
ef570f2d69
Remove fill color to improve the fanchart display in OpenOfficeDoc format ( #0001072 )
...
svn: r8653
2007-06-24 21:13:36 +00:00
Brian Matherly
e1987a77cc
Fix rotated text location and remove background color to improve the fanchart display in ODF format ( #0001072 )
...
svn: r8651
2007-06-24 20:44:37 +00:00
Alex Roitman
da7d2b7986
2007-06-24 Alex Roitman <shura@gramps-project.org>
...
* src/GrampsDb/_GrampsBSDDB.py (load): Typo.
* src/DbLoader.py (read_file): Fix error reporting.
svn: r8649
2007-06-24 20:01:50 +00:00